]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - 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
CommitLineData
d3e91a5f
C
1@import '_variables';
2@import '_mixins';
c8487f3f 3@import '_miniature';
d3e91a5f 4
c8487f3f 5.margin-content {
cf78883c 6 @include fluid-videos-miniature-layout;
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 31
4682468d
K
32@media screen and (max-width: $mobile-view) {
33 .section {
34 .section-title {
35 flex-direction: column;
36 align-items: normal;
37 }
38 }
39}