aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/video-watch.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/videos/+video-watch/video-watch.component.scss')
-rw-r--r--client/src/app/videos/+video-watch/video-watch.component.scss6
1 files changed, 3 insertions, 3 deletions
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 e0d41117a..2e083982e 100644
--- a/client/src/app/videos/+video-watch/video-watch.component.scss
+++ b/client/src/app/videos/+video-watch/video-watch.component.scss
@@ -122,7 +122,7 @@ $video-info-margin-left: 44px;
122 122
123.video-bottom { 123.video-bottom {
124 display: flex; 124 display: flex;
125 margin-top: 40px; 125 margin-top: 1.5rem;
126 126
127 .video-info { 127 .video-info {
128 flex-grow: 1; 128 flex-grow: 1;
@@ -418,7 +418,7 @@ $video-info-margin-left: 44px;
418 display: flex; 418 display: flex;
419 width: max-content; 419 width: max-content;
420 height: 100%; 420 height: 100%;
421 margin-bottom: 20px; 421 padding-bottom: 20px;
422 flex-wrap: wrap; 422 flex-wrap: wrap;
423 } 423 }
424 424
@@ -552,7 +552,7 @@ my-video-comments {
552@media screen and (max-width: 600px) { 552@media screen and (max-width: 600px) {
553 .video-bottom { 553 .video-bottom {
554 margin-top: 20px !important; 554 margin-top: 20px !important;
555 margin-bottom: 20px !important; 555 padding-bottom: 20px !important;
556 556
557 .video-info { 557 .video-info {
558 padding: 0; 558 padding: 0;