mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Fleet UI: Responsive nav bar sizing (#11135)
This commit is contained in:
parent
0a3df86138
commit
83bca0819e
2 changed files with 6 additions and 0 deletions
1
changes/10801-responsive-nav-bar
Normal file
1
changes/10801-responsive-nav-bar
Normal file
|
|
@ -0,0 +1 @@
|
|||
- Fleet UI: Nav bar buttons responsively resize when small screen widths cannot fit default size nav bar
|
||||
|
|
@ -71,6 +71,11 @@
|
|||
color: $core-white;
|
||||
padding: 15px 24px;
|
||||
text-decoration: none;
|
||||
|
||||
// Prevents user menu from overlapping with nav bar buttons
|
||||
@media (max-width: 825px) {
|
||||
padding: 15px 18px;
|
||||
}
|
||||
}
|
||||
|
||||
&__logo-wrapper {
|
||||
|
|
|
|||
Loading…
Reference in a new issue