owncast/web/components/ui/followers/FollowerCollection/FollowerCollection.module.scss
Pranav Joglekar eb2c11b077
fix followers: align the followers to the left (#2211)
Co-authored-by: Gabe Kangas <gabek@real-ity.com>
2022-10-16 23:18:05 -07:00

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);
}