]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+about/about-follows/about-follows.component.scss
Add ability for plugins to add metadata
[github/Chocobozzz/PeerTube.git] / client / src / app / +about / about-follows / about-follows.component.scss
1 @use '_variables' as *;
2 @use '_mixins' as *;
3
4 a {
5 display: block;
6 width: fit-content;
7 margin-top: 3px;
8 }
9
10 .no-results {
11 justify-content: flex-start;
12 align-items: flex-start;
13 }