Do not show followers bg color on mobile

This commit is contained in:
Gabe Kangas 2022-12-29 23:00:23 -08:00
parent 04b0f4548c
commit 48f7a18419
No known key found for this signature in database
GPG Key ID: 4345B2060657F330

View File

@ -1,7 +1,12 @@
@import '../../../../styles/mixins.scss';
.followers {
width: 100%;
background-color: var(--theme-color-components-content-background);
padding: 5px;
@include screen(desktop) {
background-color: var(--theme-color-components-content-background);
}
}
.noFollowers {