X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fvideo%2Fabstract-video-list.scss;h=98b80fdfd10d1ac9897a63fb4552af5df1c028ab;hb=34c7f429e411fb911dfa56a816b638fd665717a4;hp=9d481d6e4023f0d8446f54a284781da5bab75f02;hpb=2b3f1919fda81c2781ceeb9071d426c184e1b21c;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/video/abstract-video-list.scss b/client/src/app/shared/video/abstract-video-list.scss index 9d481d6e4..98b80fdfd 100644 --- a/client/src/app/shared/video/abstract-video-list.scss +++ b/client/src/app/shared/video/abstract-video-list.scss @@ -24,33 +24,19 @@ } } -.margin-content { - width: $video-miniature-width * 6; - margin: auto !important; - - @media screen and (max-width: 1800px) { - width: $video-miniature-width * 5; - } +.date-title { + font-size: 16px; + font-weight: $font-semibold; + margin-bottom: 20px; + margin-top: -10px; + padding-top: 20px; - @media screen and (max-width: 1800px - $video-miniature-width) { - width: $video-miniature-width * 4; + &:not(:first-child) { + border-top: 1px solid $separator-border-color; } +} - @media screen and (max-width: 1800px - (2* $video-miniature-width)) { - width: $video-miniature-width * 3; - } - - @media screen and (max-width: 1800px - (3* $video-miniature-width)) { - width: $video-miniature-width * 2; - } - - @media screen and (max-width: 500px) { - width: auto; - margin: 0 !important; - - .videos { - @include video-miniature-small-screen; - } - } +.margin-content { + @include adapt-margin-content-width; }