more css changes
This commit is contained in:
parent
ec2a6a7a6d
commit
c38823f2ec
@ -6,4 +6,4 @@ status_file=./resources/status.text
|
|||||||
|
|
||||||
[NETWORK]
|
[NETWORK]
|
||||||
PORT=1111
|
PORT=1111
|
||||||
DEV=1
|
DEV=0
|
||||||
|
|||||||
@ -19,11 +19,11 @@ Needles
|
|||||||
Sally forth Rocinante!
|
Sally forth Rocinante!
|
||||||
The multitude tightens its hold.
|
The multitude tightens its hold.
|
||||||
It's amazing what you'll find face to face
|
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
|
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?
|
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?
|
What do you mean ... You can't see it?
|
||||||
I don't believe you, your eyes deceive you, better check yourself in
|
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
|
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'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
|
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
|
Solar Sect of Mystic Wisdom
|
||||||
|
|||||||
@ -69,7 +69,7 @@ a:hover {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
|
||||||
margin: 0px 20%;
|
margin: 0px 10%;
|
||||||
|
|
||||||
border-style: var(--borders-style);
|
border-style: var(--borders-style);
|
||||||
border-color: #1E2022;
|
border-color: #1E2022;
|
||||||
@ -78,9 +78,10 @@ a:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.sidebar {
|
.sidebar {
|
||||||
order: 1;
|
|
||||||
height: fit-content;
|
height: fit-content;
|
||||||
float: left;
|
align-self: flex-start;
|
||||||
|
position: sticky;
|
||||||
|
top: 10px;
|
||||||
|
|
||||||
padding: 20pt;
|
padding: 20pt;
|
||||||
|
|
||||||
@ -105,9 +106,7 @@ a:hover {
|
|||||||
|
|
||||||
|
|
||||||
.dlog {
|
.dlog {
|
||||||
order: 2;
|
|
||||||
flex: 3;
|
flex: 3;
|
||||||
/* text-align: center; */
|
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user