]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+video-channels/video-channel-playlists/video-channel-playlists.component.scss
Update angular
[github/Chocobozzz/PeerTube.git] / client / src / app / +video-channels / video-channel-playlists / video-channel-playlists.component.scss
CommitLineData
8cbc40b2
C
1@use '_variables' as *;
2@use '_mixins' as *;
3@use '_miniature' as *;
d39db21a 4
0f7407d9 5.playlists {
bce47964 6 display: flex;
1689176a 7 flex-wrap: wrap;
bce47964
C
8 justify-content: center;
9
0f7407d9 10 .playlist-wrapper {
27bc9586 11 @include margin-right(15px);
d3de2555 12 padding-bottom: 15px;
bce47964
C
13 }
14}
0f7407d9
C
15
16.margin-content {
5d6395af 17 @include grid-videos-miniature-layout-with-margins;
0f7407d9
C
18}
19
20@media screen and (max-width: $mobile-view) {
21 .title-page {
22 display: block;
23 text-align: center;
24 }
25
26 .playlists {
27bc9586
C
27 @include margin-left(pvar(--horizontalMarginContent) !important);
28 @include margin-right(pvar(--horizontalMarginContent) !important);
0f7407d9 29
27bc9586 30 justify-content: left;
0f7407d9
C
31 }
32}