]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - 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
CommitLineData
d3e91a5f
C
1@import '_variables';
2@import '_mixins';
c8487f3f 3@import '_miniature';
d3e91a5f 4
c8487f3f
C
5.margin-content {
6 @include adapt-margin-content-width;
d3e91a5f
C
7}
8
c8487f3f
C
9.section {
10 @include miniature-rows;
d3e91a5f 11
fff77ba2 12 overflow: visible; // For the subscribe dropdown
c8487f3f 13 padding-top: 0 !important;
ee79b60e
C
14
15 .section-title {
16 align-items: center;
17 }
fff77ba2
C
18
19 .videos {
20 overflow: hidden;
21
22 .no-results {
23 height: 50px;
24 }
25 }
c8487f3f 26}
fff77ba2
C
27
28