a258c7b869b7b64c5aa8733459cfd541963047d9
[oweals/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   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