mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
13 lines
285 B
SCSS
13 lines
285 B
SCSS
.followers {
|
|
width: 100%;
|
|
background-color: var(--theme-color-background-light);
|
|
padding: 5px;
|
|
}
|
|
|
|
.noFollowers {
|
|
padding: calc(2 * var(--content-padding));
|
|
border-radius: var(--theme-rounded-corners);
|
|
width: 100%;
|
|
background-color: var(--theme-color-background-light);
|
|
}
|