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 {
|
||||
width: 100%;
|
||||
background-color: var(--theme-color-components-content-background);
|
||||
padding: 5px;
|
||||
|
||||
@include screen(desktop) {
|
||||
background-color: var(--theme-color-components-content-background);
|
||||
}
|
||||
}
|
||||
|
||||
.noFollowers {
|
||||
|
Loading…
x
Reference in New Issue
Block a user