]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+video-channels/video-channel-playlists/video-channel-playlists.component.scss
Fix menu dropdown overflow
[github/Chocobozzz/PeerTube.git] / client / src / app / +video-channels / video-channel-playlists / video-channel-playlists.component.scss
CommitLineData
0f7407d9
C
1@import '_variables';
2@import '_mixins';
3@import '_miniature';
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 {
bce47964
C
11 margin-right: 15px;
12 margin-bottom: 30px;
13 }
14}
0f7407d9
C
15
16.margin-content {
17 @include grid-videos-miniature-layout;
18}
19
20@media screen and (max-width: $mobile-view) {
21 .title-page {
22 display: block;
23 text-align: center;
24 }
25
26 .playlists {
4d5e572f 27 justify-content: left;
0f7407d9
C
28
29 margin-left: pvar(--horizontalMarginContent) !important;
4d5e572f 30 margin-right: pvar(--horizontalMarginContent) !important;
0f7407d9
C
31 }
32}