X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fvideos%2F%2Bvideo-watch%2Fvideo-watch.component.scss;h=7b134a4dce661bb2a969b85ba2e5557cfb3d1558;hb=d816f3a063febac1cad09ab3a32e5f0d29353627;hp=86b44d5daab81f92700df97e84276c4c8508a38e;hpb=0d3a9be9f13c2642cb6cf26fdebc5edf5217bbbc;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/videos/+video-watch/video-watch.component.scss b/client/src/app/videos/+video-watch/video-watch.component.scss index 86b44d5da..7b134a4dc 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.scss +++ b/client/src/app/videos/+video-watch/video-watch.component.scss @@ -108,6 +108,10 @@ $player-factor: 1.7; // 16/9 border-radius: 0; } +.flex-direction-column { + flex-direction: column; +} + #video-not-found { height: 300px; line-height: 300px; @@ -142,6 +146,13 @@ $player-factor: 1.7; // 16/9 flex-grow: 1; } + .video-info-first-row-bottom { + display: grid; + grid-template-columns: 1fr auto; + align-items: center; + width: 100%; + } + .video-info-date-views { flex-grow: 1; margin-bottom: 10px; @@ -209,8 +220,9 @@ $player-factor: 1.7; // 16/9 } .video-actions-rates { - margin: 20px 0 10px 0; + margin: 0 0 10px 0; align-items: start; + width: max-content; .video-actions { height: 40px; // Align with the title