]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+accounts/account-video-channels/account-video-channels.component.scss
Fix account channel overflow
[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 adapt-margin-content-width;
7 }
8
9 .section {
10 @include miniature-rows;
11
12 overflow: visible; // For the subscribe dropdown
13 padding-top: 0 !important;
14
15 .section-title {
16 align-items: center;
17 }
18
19 .videos {
20 overflow: hidden;
21
22 .no-results {
23 height: 50px;
24 }
25 }
26 }
27
28