mirror of
https://github.com/owncast/owncast.git
synced 2024-12-20 08:18:07 +03:00
eb2c11b077
Co-authored-by: Gabe Kangas <gabek@real-ity.com>
12 lines
285 B
SCSS
12 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);
|
|
}
|