1
0
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:
Jeremy Stretch
2024-04-16 10:45:39 -04:00
parent 4e4c277711
commit 4562e347fd
4 changed files with 67 additions and 48 deletions

View File

@@ -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;
}