Standardize bottom section background + fix mobile tabs not hiding. Closes #2685

This commit is contained in:
Gabe Kangas
2023-02-21 16:15:09 -08:00
parent 684e92f3d2
commit 3bb73af1c2
5 changed files with 41 additions and 25 deletions

View File

@@ -61,6 +61,7 @@
.lowerSectionMobile {
display: flex;
flex-direction: column;
flex-grow: 1;
flex-shrink: 0;
padding: 0.3em;
@@ -125,3 +126,11 @@
}
}
}
.bottomPageContentContainer {
background-color: var(--theme-color-components-content-background);
padding: calc(2 * var(--content-padding));
padding-top: 0px;
border-radius: var(--theme-rounded-corners);
width: 100%;
}