Fix small issues with the sidebar

This commit is contained in:
Johannes Zellner
2025-01-17 18:21:54 +01:00
parent 95cee1676a
commit 5fdc3eca7e
2 changed files with 10 additions and 5 deletions
+8 -3
View File
@@ -389,8 +389,7 @@ html, body {
position: relative;
z-index: 1000;
transition: all 250ms ease;
width: 250px;
min-width: 250px;
min-width: 280px;
height: 100%;
white-space: nowrap !important;
overflow: hidden;
@@ -462,10 +461,16 @@ html, body {
}
.nav-sidebar-item:hover {
background-color: var(--pankow-color-background-hover);
background-color: #e9ecef;
text-decoration: none;
}
@media (prefers-color-scheme: dark) {
.nav-sidebar-item:hover {
background-color: var(--card-background);
}
}
.nav-sidebar-item.active i ,
.nav-sidebar-item:hover i {
opacity: 1;