]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+accounts/account-video-channels/account-video-channels.component.scss
Merge branch 'release/2.1.0' into develop
[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
c8487f3f 12 padding-top: 0 !important;
ee79b60e
C
13
14 .section-title {
15 align-items: center;
16 }
fff77ba2
C
17
18 .videos {
19 overflow: hidden;
20
21 .no-results {
22 height: 50px;
23 }
24 }
bfbd9128
C
25
26 my-video-miniature ::ng-deep my-video-actions-dropdown > my-action-dropdown {
27 // Fix our overflow
28 position: absolute;
29 }
c8487f3f 30}
fff77ba2
C
31
32