]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+accounts/account-video-channels/account-video-channels.component.scss
Limit thumbnail sizes
[github/Chocobozzz/PeerTube.git] / client / src / app / +accounts / account-video-channels / account-video-channels.component.scss
1 @import '_variables';
2 @import '_mixins';
3 @import '_miniature';
4
5 .margin-content {
6 @include fluid-videos-miniature-layout;
7 }
8
9 .section {
10 @include miniature-rows;
11
12 padding-top: 0 !important;
13
14 .section-title {
15 align-items: center;
16 }
17
18 .videos {
19 overflow: hidden;
20
21 .no-results {
22 height: 50px;
23 }
24 }
25
26 my-video-miniature ::ng-deep my-video-actions-dropdown > my-action-dropdown {
27 // Fix our overflow
28 position: absolute;
29 }
30 }
31
32 @media screen and (max-width: $mobile-view) {
33 .section {
34 .section-title {
35 flex-direction: column;
36 align-items: normal;
37 }
38 }
39 }