wip media query rework, sidebar mostly finished, rewritten njk

This commit is contained in:
sundae 2026-04-04 16:50:30 +03:00
commit 790147ea05
Signed by: sundae
SSH key fingerprint: SHA256:MsJkKuo4PUdjQDpLeaURy81drKkW14exlTHp+8QFu6M
33 changed files with 268 additions and 361 deletions

View file

@ -36,20 +36,18 @@
}
}
}
#mobile > nav,
header,
#floating {
nav#default,
nav#floating, header {
background-attachment: fixed;
background-image: var(--nav-bg);
background-size: 6px;
}
#floating, #mobile > nav {
nav#floating, nav#default {
border-bottom-style: solid;
border-right-style: solid;
border-bottom-width: 4px;
border-right-width: 4px;
}
#mobile > nav {
height: max-content;
nav#default {
border-bottom-right-radius: var(--pad-l);
}