gallery categories modularized, removed music lists, added listenbrainz to outgoing, icons, css cleanup

This commit is contained in:
sundae 2026-06-04 14:05:36 +03:00
commit d376e04015
24 changed files with 474 additions and 606 deletions

View file

@ -47,15 +47,15 @@ header {
background-image: var(--nav-bg);
background-size: 6px;
}
#floating,
#default {
#floating {
border-bottom-style: solid;
border-right-style: solid;
border-bottom-width: 4px;
border-right-width: 4px;
}
#default {
border-bottom-right-radius: var(--pad-l);
border-right-style: solid;
border-right-width: 4px;
}
body {
position: relative;