X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fvideo%2Fabstract-video-list.scss;h=92998cb44909a7a8eb1725d907c479e1c7c30f8d;hb=71e318b4fe66175d03c7c82357d60062eb68af81;hp=63538a089914aa2bbf88a2fc13dacc10c6f1c27d;hpb=d6bd50ba1d095d35ec3837afedd8319a05cded90;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 63538a089..92998cb44 100644 --- a/client/src/app/shared/video/abstract-video-list.scss +++ b/client/src/app/shared/video/abstract-video-list.scss @@ -1,3 +1,5 @@ +@import '_mixins'; + .videos { text-align: center; @@ -6,33 +8,31 @@ } } -@media screen and (max-width: 500px) { - .videos { - text-align: center; +.videos-header { + display: flex; + height: 80px; + align-items: center; - /deep/ .video-miniature { - padding-right: 0; - height: auto; - width: 100%; - margin-bottom: 20px; - - .video-miniature-information { - width: 100% !important; + .title-page.title-page-single { + margin: 0 5px 0 0; + } - span { - width: 100%; - } - } + my-video-feed { + display: inline-block; + position: relative; + top: 1px; + } - /deep/ .video-thumbnail { - width: 100%; - height: auto; + .moderation-block { + display: flex; + flex-grow: 1; + justify-content: flex-end; + align-items: center; + } +} - img { - width: 100%; - height: auto; - } - } - } +@media screen and (max-width: 500px) { + .videos { + @include video-miniature-small-screen; } }