mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 08:28:52 +00:00
Fixed style for sidebar (#2154)
* fixed style for sidebar * changes file * Reduce minimum width of body-wrap to prevent right sidebar from overflowing min app width of 1200px Co-authored-by: Noah Talerman <noahtal@umich.edu>
This commit is contained in:
parent
bcb5288f71
commit
1d1e0b5f5f
3 changed files with 5 additions and 3 deletions
1
changes/2107-sidebar-style
Normal file
1
changes/2107-sidebar-style
Normal file
|
|
@ -0,0 +1 @@
|
|||
- Fixed sidebar style
|
||||
|
|
@ -1,9 +1,9 @@
|
|||
.secondary-side-panel-container {
|
||||
align-self: stretch;
|
||||
background-color: $core-white;
|
||||
box-sizing: border-box;
|
||||
border-left: 1px solid $ui-gray;
|
||||
overflow: auto;
|
||||
min-width: $sidepanel-width;
|
||||
width: $sidepanel-width;
|
||||
padding: $pad-xxlarge;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -55,11 +55,12 @@ a {
|
|||
border-radius: 3px;
|
||||
background-color: $core-white;
|
||||
border: solid 1px $core-white;
|
||||
min-width: 910px;
|
||||
min-width: 798px;
|
||||
}
|
||||
|
||||
.has-sidebar {
|
||||
display: flex;
|
||||
flex-grow: 1;
|
||||
|
||||
& > *:first-child {
|
||||
flex-grow: 1;
|
||||
|
|
@ -121,4 +122,4 @@ hr {
|
|||
margin-bottom: $pad-xlarge;
|
||||
border: none;
|
||||
border-bottom: 1px solid $ui-fleet-blue-15;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue