]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+admin/overview/videos/video-list.component.scss
Include video file id in API
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / overview / videos / video-list.component.scss
CommitLineData
33f6dce1
C
1@use '_variables' as *;
2@use '_mixins' as *;
c729caf6 3
33f6dce1
C
4my-embed {
5 display: block;
6 max-width: 500px;
3c10840f 7 width: 50%;
33f6dce1
C
8}
9
4c8749cb
C
10.pt-badge {
11 @include margin-right(5px);
33f6dce1 12}
3c10840f
C
13
14.video-info > div {
15 display: flex;
16}
61f85385
C
17
18.loading {
19 opacity: 0.5;
20}
038e1f3d 21
22.right-form {
23 display: flex;
24
25 > *:not(:last-child) {
26 @include margin-right(10px);
27 }
28}