Do not show followers bg color on mobile
This commit is contained in:
@@ -1,7 +1,12 @@
|
|||||||
|
@import '../../../../styles/mixins.scss';
|
||||||
|
|
||||||
.followers {
|
.followers {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background-color: var(--theme-color-components-content-background);
|
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
|
||||||
|
@include screen(desktop) {
|
||||||
|
background-color: var(--theme-color-components-content-background);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.noFollowers {
|
.noFollowers {
|
||||||
|
|||||||
Reference in New Issue
Block a user