]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/video/abstract-video-list.scss
Add Nederlands and Português (Portugal)
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / video / abstract-video-list.scss
CommitLineData
244e76a5 1@import '_mixins';
830b4faf 2@import '_miniature';
244e76a5 3
3daf4002
C
4.videos {
5 text-align: center;
6
7 my-video-miniature {
8 text-align: left;
9 }
10}
7193ad10 11
017c3dca
C
12.videos-header {
13 display: flex;
14 height: 80px;
15 align-items: center;
16
17 .title-page.title-page-single {
18 margin: 0 5px 0 0;
19 }
cc1561f9 20
c199c427 21 my-feed {
017c3dca 22 display: inline-block;
017c3dca 23 top: 1px;
9b4b15f9 24 min-width: 60px;
017c3dca
C
25 }
26
27 .moderation-block {
28 display: flex;
29 flex-grow: 1;
30 justify-content: flex-end;
31 align-items: center;
32 }
244e76a5
RK
33}
34
3290f37c 35@media screen and (max-width: 500px) {
7193ad10 36 .videos {
6aff854c 37 @include video-miniature-small-screen;
7193ad10
C
38 }
39}