Standardize bottom section background + fix mobile tabs not hiding. Closes #2685
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user