mirror of
https://github.com/nasa/openmct.git
synced 2025-02-05 10:39:15 +00:00
Better styling applied to Recents pane for mobile.
- Change padding at bottom of the tree to gap in multipane.
This commit is contained in:
parent
bc46ab7393
commit
890e0115b3
@ -14,15 +14,15 @@
|
|||||||
&--vertical,
|
&--vertical,
|
||||||
> .l-pane {
|
> .l-pane {
|
||||||
flex-flow: column nowrap;
|
flex-flow: column nowrap;
|
||||||
|
|
||||||
body.mobile & {
|
|
||||||
padding-bottom: $interiorMarginLg;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&--vertical {
|
&--vertical {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
||||||
|
body.mobile & {
|
||||||
|
gap: $interiorMargin;
|
||||||
|
}
|
||||||
|
|
||||||
> .l-pane .l-pane__contents {
|
> .l-pane .l-pane__contents {
|
||||||
padding-right: $interiorMarginSm; // Fend off scrollbar
|
padding-right: $interiorMarginSm; // Fend off scrollbar
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user