]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/shared/video/abstract-video-list.scss
Add hls support on server
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / video / abstract-video-list.scss
1 @import '_mixins';
2
3 .videos {
4 text-align: center;
5
6 my-video-miniature {
7 text-align: left;
8 }
9 }
10
11 .videos-header {
12 display: flex;
13 height: 80px;
14 align-items: center;
15
16 .title-page.title-page-single {
17 margin: 0 5px 0 0;
18 }
19
20 my-feed {
21 display: inline-block;
22 top: 1px;
23 min-width: 60px;
24 }
25
26 .moderation-block {
27 display: flex;
28 flex-grow: 1;
29 justify-content: flex-end;
30 align-items: center;
31 }
32 }
33
34 @media screen and (max-width: 500px) {
35 .videos {
36 @include video-miniature-small-screen;
37 }
38 }