mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
UI – Only modify nav padding at low viewport width (#21005)
## Follow-up for #20395 Wider:  Narrower:  If some of the following don't apply, delete the relevant line. <!-- Note that API documentation changes are now addressed by the product design team. --> - [x] Changes file added for user-visible changes in `changes/` - covered by previous PR - [x] Manual QA for all new/changed functionality Co-authored-by: Jacob Shandling <jacob@fleetdm.com>
This commit is contained in:
parent
b29470913a
commit
3230a9aa54
1 changed files with 5 additions and 1 deletions
|
|
@ -12,11 +12,15 @@
|
|||
&__side-nav {
|
||||
.side-nav__nav-list {
|
||||
top: 0;
|
||||
padding-right: 40px;
|
||||
}
|
||||
}
|
||||
|
||||
.side-nav__card-container > .custom-settings {
|
||||
max-width: none;
|
||||
}
|
||||
@media (max-width: 1120px) {
|
||||
.side-nav__nav-list {
|
||||
padding-right: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue