Fleet UI: Responsive nav bar sizing (#11135)

This commit is contained in:
RachelElysia 2023-04-11 13:13:28 -04:00 committed by GitHub
parent 0a3df86138
commit 83bca0819e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1 @@
- Fleet UI: Nav bar buttons responsively resize when small screen widths cannot fit default size nav bar

View file

@ -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 {