]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+my-library/my-video-playlists/my-video-playlists.component.scss
Add ability to set a custom quota
[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
4.create-button {
5 @include create-button;
6}
7
4f5d0459
RK
8input[type=text] {
9 @include peertube-input-text(300px);
10}
11
03652b31 12::ng-deep .action-button {
830b4faf
C
13 &.action-button-delete {
14 margin-right: 10px;
15 }
16}
17
18.video-playlist {
19 @include row-blocks;
20
21 .miniature-wrapper {
22 flex-grow: 1;
23
03652b31 24 ::ng-deep .miniature {
830b4faf
C
25 display: flex;
26
bce47964 27 .miniature-info {
830b4faf 28 margin-left: 10px;
bce47964 29 width: auto;
830b4faf
C
30 }
31 }
32 }
33
34 .video-playlist-buttons {
35 min-width: 190px;
bf64ed41 36 height: max-content;
830b4faf
C
37 }
38}
39
d607fc24 40.video-playlists-header {
41 margin-bottom: 30px;
42}
43
ece3029b 44@media screen and (max-width: $small-view) {
830b4faf
C
45 .video-playlists-header {
46 text-align: center;
47 }
48
49 .video-playlist {
50
51 .video-playlist-buttons {
52 margin-top: 10px;
53 }
54 }
b63331ec
C
55
56 my-video-playlist-miniature ::ng-deep .miniature {
57 flex-direction: column;
58
59 .miniature-info {
60 margin-left: 0 !important;
61 }
62
63 .miniature-name {
64 max-width: $video-thumbnail-width;
65 }
66 }
830b4faf 67}
4682468d 68
4682468d
K
69@media screen and (max-width: $mobile-view) {
70 .video-playlists-header {
71 flex-direction: column;
72
73 input[type=text] {
74 width: 100% !important;
75 margin-bottom: 12px;
76 }
77 }
78}