mirror of
https://github.com/owncast/owncast.git
synced 2024-12-25 18:48:31 +03:00
22 lines
326 B
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;
|
|
}
|