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

@@ -4,10 +4,6 @@
width: 100%;
padding: 5px;
@include screen(desktop) {
background-color: var(--theme-color-components-content-background);
}
@include screen(mobile) {
.followerRow {
justify-content: center;
@@ -16,10 +12,9 @@
}
.noFollowers {
padding: calc(2 * var(--content-padding));
padding: var(--content-padding);
border-radius: var(--theme-rounded-corners);
width: 100%;
background-color: var(--theme-color-components-content-background);
}
.pagination {