]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+videos/video-list/overview/video-overview.component.scss
Fix multiline ellipsis
[github/Chocobozzz/PeerTube.git] / client / src / app / +videos / video-list / overview / video-overview.component.scss
CommitLineData
2d3741d6
C
1@import '_variables';
2@import '_mixins';
830b4faf 3@import '_miniature';
2d3741d6 4
cf78883c
C
5.section-title {
6 // make the element span a full grid row within .videos grid
7 grid-column: 1 / -1;
8}
9
c8487f3f 10.margin-content {
cf78883c 11 @include fluid-videos-miniature-layout;
1a471091
C
12}
13
c8487f3f
C
14.section {
15 @include miniature-rows;
830b4faf 16}