This commit is contained in:
Lazy Hippopotamus
2023-06-22 09:21:38 -04:00
parent f46b1f0090
commit 103faffcb9
16 changed files with 89 additions and 196 deletions

View File

@@ -1,5 +1,5 @@
:root {
--sidebar-size: clamp(300px, 20%, 400px);
--sidebar-size: clamp(200px, 15%, 400px);
}
@font-face {
@@ -214,12 +214,16 @@ body:not(.sidebar-opened) > #sider-outer > #sider > img {
padding-left: 10px;
}
#sider-cats > div {
#sider-cats > input + label + div {
display: none;
border-left: 2px solid white;
padding-left: 10px;
}
#sider-cats > div {
padding-bottom: 5px;
}
#sider-cats > label {
color: #333333;
padding-right: 10px;
@@ -240,6 +244,7 @@ body:not(.sidebar-opened) > #sider-outer > #sider > img {
border-right: 2px solid white;
border-bottom: 2px solid white;
text-align: center;
padding-bottom: 10px;
}
a {