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