more css changes

This commit is contained in:
0x01FE 2024-03-14 20:54:58 -05:00
parent ec2a6a7a6d
commit c38823f2ec
3 changed files with 9 additions and 10 deletions

View File

@ -6,4 +6,4 @@ status_file=./resources/status.text
[NETWORK]
PORT=1111
DEV=1
DEV=0

View File

@ -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

View File

@ -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;