fixes, qol and stuff

This commit is contained in:
2026-07-21 12:30:53 +01:00
parent 8acc692b08
commit 5ffebe4895
22 changed files with 611 additions and 66 deletions
+4 -2
View File
@@ -1,21 +1,23 @@
.right-sidebar {
margin: 5px;
margin-right: 0px;
height: 800px;
width: 125px;
background-color: var(--secondary);
border: 2px, inset, var(--thirdly);
box-sizing: border-box;
min-height: 900px;
height: 100%;
}
.left-sidebar {
margin: 5px;
margin-left: 0px;
height: 800px;
width: 125px;
background-color: var(--secondary);
border: 2px, inset, var(--thirdly);
box-sizing: border-box;
min-height: 900px;
height: 100%;
}
.side-card {