mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Do not show followers bg color on mobile
This commit is contained in:
parent
04b0f4548c
commit
48f7a18419
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user