Better styling applied to Recents pane for mobile.

- Change padding at bottom of the tree to gap in multipane.
This commit is contained in:
Charles Hacskaylo 2024-03-28 09:58:33 -07:00
parent bc46ab7393
commit 890e0115b3

View File

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