owncast/web/components/ui/followers/FollowerCollection/FollowerCollection.module.scss

22 lines
326 B
SCSS

@import '../../../../styles/mixins.scss';
.followers {
width: 100%;
padding: 5px;
@include screen(mobile) {
.followerRow {
justify-content: center;
}
}
}
.noFollowers {
padding: var(--content-padding);
border-radius: var(--theme-rounded-corners);
width: 100%;
}
.pagination {
margin: 1rem;
}