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:
co-authored by
Noah Talerman
parent
bcb5288f71
commit
1d1e0b5f5f
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user