css: Center icons in collapsed menu with and without a scrollbar

This commit is contained in:
Johannes Meyer 2025-05-06 11:29:10 +02:00
parent 63a73eab6f
commit 9a9113bd2b
2 changed files with 3 additions and 2 deletions

View File

@ -303,7 +303,7 @@
> .badge {
position: absolute;
right: .5em;
right: 1em;
bottom: .25em;
font-size: 75%;
overflow: hidden;

View File

@ -16,6 +16,7 @@
flex: 1;
overflow: auto;
overflow-x: hidden;
scrollbar-width: thin;
}
#menu .nav-item {
@ -98,7 +99,7 @@
}
#layout:not(.minimal-layout).sidebar-collapsed #menu .nav-level-1 > .nav-item > a {
padding: ~"calc((@{nav-item-height} - 2em) / 2) .5em .5em .5em";
padding: ~"calc((@{nav-item-height} - 2em) / 2) .5em .5em .75em";
}
#menu ul:not(.nav-level-2) > .selected > a {