X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fvideo%2Fabstract-video-list.scss;h=65842af35f71a037692845aa0830c5ac855f161c;hb=8137c8b9862689789c023b0f50dcd09ba27db13a;hp=913fcfe22320030f7e99060d23fbe4b2e54e375d;hpb=cc1561f9f7b33d739d66b23bacae23ea49f2fa12;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 913fcfe22..65842af35 100644 --- a/client/src/app/shared/video/abstract-video-list.scss +++ b/client/src/app/shared/video/abstract-video-list.scss @@ -1,4 +1,5 @@ @import '_mixins'; +@import '_miniature'; .videos { text-align: center; @@ -8,41 +9,31 @@ } } -.title-page.title-page-single { - margin-right: 5px; -} +.videos-header { + display: flex; + height: 80px; + align-items: center; + + .title-page.title-page-single { + margin: 0 5px 0 0; + } -my-video-feed { - display: inline-block; + my-feed { + display: inline-block; + top: 1px; + min-width: 60px; + } + + .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; - } - } - } + @include video-miniature-small-screen; } }