mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Fixes #15613: Show login button/user menu on mobile view
This commit is contained in:
@@ -14,3 +14,9 @@ html {
|
||||
.progress {
|
||||
min-width: 80px;
|
||||
}
|
||||
|
||||
// Reduce vertical margin around dropdown menu divider
|
||||
hr.dropdown-divider {
|
||||
margin-bottom: 0.25rem;
|
||||
margin-top: 0.25rem;
|
||||
}
|
||||
|
Reference in New Issue
Block a user