]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+my-library/my-video-playlists/my-video-playlists.component.scss
Translated using Weblate (Hungarian)
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-library / my-video-playlists / my-video-playlists.component.scss
CommitLineData
830b4faf
C
1@import '_variables';
2@import '_mixins';
3
0f7407d9
C
4h1 {
5 display: flex;
6}
7
830b4faf
C
8.create-button {
9 @include create-button;
10}
11
4f5d0459
RK
12input[type=text] {
13 @include peertube-input-text(300px);
14}
15
830b4faf 16.video-playlist {
0f7407d9
C
17 @include row-blocks($column-responsive: false);
18}
830b4faf 19
0f7407d9
C
20.video-playlist-buttons {
21 display: flex;
22 margin-left: 10px;
23 align-self: flex-end;
830b4faf
C
24}
25
d607fc24 26.video-playlists-header {
27 margin-bottom: 30px;
28}
29
0f7407d9
C
30my-video-playlist-miniature {
31 display: block;
32 flex-grow: 1;
33}
34
35my-delete-button {
36 margin-right: 10px;
37}
38
39@include on-small-main-col {
830b4faf
C
40 .video-playlists-header {
41 text-align: center;
42 }
43
44 .video-playlist {
0f7407d9 45 flex-wrap: wrap;
830b4faf 46 }
b63331ec 47
0f7407d9
C
48 .video-playlist-buttons {
49 margin-top: 10px;
50 margin-left: auto;
b63331ec 51 }
830b4faf 52}
4682468d 53
0f7407d9 54@include on-mobile-main-col {
4682468d
K
55 .video-playlists-header {
56 flex-direction: column;
57
58 input[type=text] {
59 width: 100% !important;
60 margin-bottom: 12px;
61 }
62 }
0f7407d9
C
63
64 .action-button {
65 margin-left: 0;
66 }
4682468d 67}