mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-26 23:27:46 -06:00
Fix side panel width
This commit is contained in:
@@ -33,6 +33,11 @@ footer p {
|
||||
#navbar_search {
|
||||
padding: 0 8px;
|
||||
}
|
||||
.right-side-panel {
|
||||
max-width: 400px;
|
||||
min-width: 300px;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
/* Hide the username in the navigation menu on displays less than 1400px wide */
|
||||
@media (max-width: 1399px) {
|
||||
|
||||
Reference in New Issue
Block a user