From c38823f2ec53611db7aa82a05d75c67701357ece Mon Sep 17 00:00:00 2001 From: 0x01FE <0x10FE@0x01fe.net> Date: Thu, 14 Mar 2024 20:54:58 -0500 Subject: [PATCH] more css changes --- app/config.ini | 2 +- app/resources/status.text | 8 ++++---- app/static/index_style.css | 9 ++++----- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/app/config.ini b/app/config.ini index 4485d75..8d00b71 100644 --- a/app/config.ini +++ b/app/config.ini @@ -6,4 +6,4 @@ status_file=./resources/status.text [NETWORK] PORT=1111 -DEV=1 +DEV=0 diff --git a/app/resources/status.text b/app/resources/status.text index 3e80c49..c258209 100644 --- a/app/resources/status.text +++ b/app/resources/status.text @@ -19,11 +19,11 @@ Needles Sally forth Rocinante! The multitude tightens its hold. It's amazing what you'll find face to face -It's not hard to go the distance, When you finally get involved face to face -A tourist in a dream, A visitor, it seems, A half-forgotten song, Where do I belong? +It's not hard to go the distance / When you finally get involved face to face +A tourist in a dream / A visitor, it seems / A half-forgotten song / Where do I belong? What do you mean ... You can't see it? -I don't believe you, your eyes deceive you, better check yourself in -You will say I'm crazy, I will go on my way 'cause it's what I need +I don't believe you / your eyes deceive you / better check yourself in +You will say I'm crazy / I will go on my way 'cause it's what I need I'd cross a thousand seas just to prove I'm not mad I thought I saw a statue blink, and a bird with no head, Land on a golden thread, I rub my eyes, What am I saying? There's nothing there Solar Sect of Mystic Wisdom diff --git a/app/static/index_style.css b/app/static/index_style.css index 15efd34..b91f32c 100644 --- a/app/static/index_style.css +++ b/app/static/index_style.css @@ -69,7 +69,7 @@ a:hover { display: flex; flex-direction: row; - margin: 0px 20%; + margin: 0px 10%; border-style: var(--borders-style); border-color: #1E2022; @@ -78,9 +78,10 @@ a:hover { } .sidebar { - order: 1; height: fit-content; - float: left; + align-self: flex-start; + position: sticky; + top: 10px; padding: 20pt; @@ -105,9 +106,7 @@ a:hover { .dlog { - order: 2; flex: 3; - /* text-align: center; */ display: flex; flex-direction: column;