fix: adjust nav-icon placement in compact-mode

pull/5153/head
REJack 2023-06-03 02:24:43 +02:00
parent ea99a09d7b
commit 35d0e26263
1 changed files with 7 additions and 0 deletions

View File

@ -41,5 +41,12 @@
.app-footer {
padding: $lte-app-footer-padding-compact;
}
.sidebar-wrapper {
.nav-icon {
min-width: 1.1rem;
max-width: 1.1rem;
}
}
}