]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.scss
Don't send undefined with HTML input
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-library / my-video-channel-syncs / my-video-channel-syncs.component.scss
1 @use '_variables' as *;
2 @use '_mixins' as *;
3 @use '_actor' as *;
4
5 .add-sync {
6 @include create-button;
7 }
8
9 .actor {
10 @include actor-row($min-height: auto, $separator: true);
11 margin-bottom: 0;
12 padding-bottom: 0;
13 border: 0;
14 }