Fix small issues with the sidebar
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user