X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fvideo%2Fabstract-video-list.scss;h=98b80fdfd10d1ac9897a63fb4552af5df1c028ab;hb=b91bc1d1f3591c35ab4426f6ab594b4bd9f1ef62;hp=0f0ff20f0bb3ccb97d80ec349cf96f4455bde15c;hpb=7193ad1044d2dfad8f929f0951f9a3601c056f67;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 0f0ff20f0..98b80fdfd 100644 --- a/client/src/app/shared/video/abstract-video-list.scss +++ b/client/src/app/shared/video/abstract-video-list.scss @@ -1,31 +1,42 @@ -.videos { - text-align: center; +@import '_mixins'; +@import '_miniature'; - my-video-miniature { - text-align: left; - } -} +.videos-header { + display: flex; + height: 80px; + align-items: center; -@media screen and (max-width: 400px) and (min-resolution: 1.5dppx) { - .videos { - text-align: center; + .title-page.title-page-single { + margin: 0 5px 0 0; + } - /deep/ .video-miniature { - padding-right: 0; - height: 215px; - width: 100%; + my-feed { + display: inline-block; + top: 1px; + min-width: 60px; + } - .video-miniature-information { - width: 100%; - } + .moderation-block { + display: flex; + flex-grow: 1; + justify-content: flex-end; + align-items: center; + } +} - /deep/ .video-thumbnail { - width: 100%; +.date-title { + font-size: 16px; + font-weight: $font-semibold; + margin-bottom: 20px; + margin-top: -10px; + padding-top: 20px; - img { - width: 100%; - } - } - } + &:not(:first-child) { + border-top: 1px solid $separator-border-color; } } + +.margin-content { + @include adapt-margin-content-width; +} +