From e04e12e8f932ea5e67a612df77a437318e584d50 Mon Sep 17 00:00:00 2001 From: mco-system Date: Sun, 9 Apr 2023 18:50:21 +1100 Subject: [PATCH] wip: programme --- build/lib/thsf/static/css/planning.css | 5 ++--- build/lib/thsf/static/css/style.css | 9 +++++---- src/thsf/static/css/style.css | 6 +++--- thsf.pid | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/build/lib/thsf/static/css/planning.css b/build/lib/thsf/static/css/planning.css index ecdb58a..a574e80 100644 --- a/build/lib/thsf/static/css/planning.css +++ b/build/lib/thsf/static/css/planning.css @@ -91,8 +91,7 @@ left: 0; opacity: 0; transition: opacity 1s; - transform: translateX(-2em) translateY(102%); - max-width: 30em; + transform: translateY(102%); overflow-y: auto; border-style: solid; border-color: var(--alt-main-color); @@ -145,7 +144,7 @@ opacity: 0; transition: opacity 1s; transform: translateX(-2em) translateY(102%); - max-width: 30em; + width: 30em; overflow-y: auto; border-style: solid; border-color: var(--alt-main-color); diff --git a/build/lib/thsf/static/css/style.css b/build/lib/thsf/static/css/style.css index f45fec4..5a0f82b 100644 --- a/build/lib/thsf/static/css/style.css +++ b/build/lib/thsf/static/css/style.css @@ -76,15 +76,15 @@ a:hover { display: flex; flex-direction: row; justify-content: center; - align-items: flex-start; - align-content: flex-start; + align-items: center; + align-content: center; margin-bottom: 5em; } #center_wrapper, #header_wrapper { display: flex; flex-direction: column; - justify-content: flex-start; + justify-content: center; align-items: center; } @@ -127,7 +127,8 @@ a:hover { justify-content: center; align-items: center; gap: 2em; - background-color: var(--main-bg-color); + /* background-color: var(--main-bg-color); */ + background-color: green; width: 100vw; } diff --git a/src/thsf/static/css/style.css b/src/thsf/static/css/style.css index 6dd8595..5a0f82b 100644 --- a/src/thsf/static/css/style.css +++ b/src/thsf/static/css/style.css @@ -76,15 +76,15 @@ a:hover { display: flex; flex-direction: row; justify-content: center; - align-items: flex-start; - align-content: flex-start; + align-items: center; + align-content: center; margin-bottom: 5em; } #center_wrapper, #header_wrapper { display: flex; flex-direction: column; - justify-content: flex-start; + justify-content: center; align-items: center; } diff --git a/thsf.pid b/thsf.pid index db6bbb1..0083530 100644 --- a/thsf.pid +++ b/thsf.pid @@ -1 +1 @@ -91925 +92070