X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fvideos%2F%2Bvideo-watch%2Fvideo-watch.component.scss;h=977312a8363387d23f6a1e4e18fdec52e42d0799;hb=c2a89b70ce75c4955cbdb1ced6fd20a5010a8c9b;hp=10e129ac589555e9b4f6d8b871779d36b4a2d4b1;hpb=d3217560a611b94f888ecf3de93b428a7521d4de;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 10e129ac5..977312a83 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.scss +++ b/client/src/app/videos/+video-watch/video-watch.component.scss @@ -53,7 +53,6 @@ $video-info-margin-left: 44px; background-color: #000; display: flex; justify-content: center; - margin: 0 -15px; #videojs-wrapper { display: flex; @@ -470,7 +469,7 @@ my-video-comments { display: flex; flex-wrap: nowrap; align-items: center; - justify-content: flex-start; + justify-content: space-between; background-color: rgba(0, 0, 0, 0.9); color: #fff; @@ -552,7 +551,8 @@ my-video-comments { @media screen and (max-width: 600px) { .video-bottom { - margin: 20px 0 0 0 !important; + margin-top: 20px !important; + margin-bottom: 20px !important; .video-info { padding: 0;