We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63a73ea commit 9a9113bCopy full SHA for 9a9113b
public/css/icinga/layout.less
@@ -303,7 +303,7 @@
303
304
> .badge {
305
position: absolute;
306
- right: .5em;
+ right: 1em;
307
bottom: .25em;
308
font-size: 75%;
309
overflow: hidden;
public/css/icinga/menu.less
@@ -16,6 +16,7 @@
16
flex: 1;
17
overflow: auto;
18
overflow-x: hidden;
19
+ scrollbar-width: thin;
20
}
21
22
#menu .nav-item {
@@ -98,7 +99,7 @@
98
99
100
101
#layout:not(.minimal-layout).sidebar-collapsed #menu .nav-level-1 > .nav-item > a {
- padding: ~"calc((@{nav-item-height} - 2em) / 2) .5em .5em .5em";
102
+ padding: ~"calc((@{nav-item-height} - 2em) / 2) .5em .5em .75em";
103
104
105
#menu ul:not(.nav-level-2) > .selected > a {
0 commit comments