Do not show followers bg color on mobile
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user