cleanup. probably.

main
Astoria 2 years ago
parent 9a43dc63cf
commit cd9416d49f

@ -13,10 +13,12 @@
body { body {
background: url("/includes/bg.php") no-repeat var(--bg-col); background: url("/includes/bg.php") no-repeat var(--bg-col);
/* ../includes/bg.php */ /* ../includes/bg.php */
background-size: cover; background-size: cover;
background-attachment: fixed; background-attachment: fixed;
background-position: bottom left; background-position: bottom left;
word-break: break-word; word-break: break-word;
display: grid;
grid-template-columns: min-content auto;
} }
ul { ul {
@ -112,10 +114,11 @@ input[type="submit" i] {
.aside { .aside {
width: 250px; width: 250px;
position: fixed;
margin: 2px; margin: 2px;
max-height: var(--ver); max-height: var(--ver);
overflow-x: hidden; overflow-x: hidden;
position: sticky;
top: calc(2px + 8px);
} }
.aside > ul { .aside > ul {
@ -218,11 +221,10 @@ input[type="submit" i] {
} }
.content { .content {
margin-left: 280px;
margin-bottom: var(--ver-btm); margin-bottom: var(--ver-btm);
margin-top: 2px; margin-top: 2px;
position: absolute;
margin-bottom: 0; margin-bottom: 0;
width: fit-content;
} }
.article { .article {
@ -522,7 +524,6 @@ input[type="submit" i] {
} }
.content { .content {
margin-left: 240px;
} }
} }

Loading…
Cancel
Save