1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-06-27 16:36:00 +00:00

.side-nav.fixed to .sidenav.sidenav-fixed

This commit is contained in:
Yassine Guedidi 2025-02-18 22:45:04 +01:00
parent 04288a74b3
commit 8ad0f0914f
4 changed files with 6 additions and 6 deletions

View file

@ -14,7 +14,7 @@
.dropdown-content,
.sidenav,
.sidenav .collapsible-body,
.sidenav.fixed .collapsible-body,
.sidenav.sidenav-fixed .collapsible-body,
.tabs {
background-color: #131716;
}
@ -88,7 +88,7 @@
.mass-action-tags .mass-action-tags-input.mass-action-tags-input,
.sidenav li:not(.logo) > a:hover,
.sidenav .collapsible-header:hover,
.sidenav.fixed .collapsible-header:hover {
.sidenav.sidenav-fixed .collapsible-header:hover {
background-color: #1d1d1d;
}

View file

@ -22,14 +22,14 @@
margin: 0;
}
&.fixed a {
&.sidenav-fixed a {
font-size: 13px;
line-height: 44px;
height: 44px;
}
.collapsible-header,
&.fixed .collapsible-header {
&.sidenav-fixed .collapsible-header {
height: 45px;
line-height: 44px;
padding: 0 20px;