mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 16:04:35 +02:00
Modify Menubar
- Small Screens - Icon only - Wrap the label in a span with hidden-sm - Medium Screen - Text only - add hidden-md to the icon - Large Devices - shrink the left/right padding on .nav>li>a to 10px.
This commit is contained in:
+4
-1
@@ -1764,4 +1764,7 @@ tr.search:nth-child(odd) {
|
||||
|
||||
label {
|
||||
font-weight: normal;
|
||||
}
|
||||
}
|
||||
.nav>li>a.dropdown-toggle {
|
||||
padding: 15px 10px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user