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=3f9c73a29251a291523db91292f1951cea1af11f;hpb=6aff854c0e56a11b61fa1130763c7c86e46a4c4d;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 3f9c73a29..92998cb44 100644 --- a/client/src/app/shared/video/abstract-video-list.scss +++ b/client/src/app/shared/video/abstract-video-list.scss @@ -8,12 +8,27 @@ } } -.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-video-feed { + display: inline-block; + position: relative; + top: 1px; + } + + .moderation-block { + display: flex; + flex-grow: 1; + justify-content: flex-end; + align-items: center; + } } @media screen and (max-width: 500px) {