aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2018-09-02 19:34:36 +0200
committerChocobozzz <me@florianbigard.com>2018-09-03 08:49:29 +0200
commit9a2f7ea799fdd52b24245e94d01f12fabd6efc02 (patch)
treeec9771d0e46ef7254231b02e11bee7a0d1a7205d /client/src/app
parenta54991da4224534bf4beaf994d99e4ce5a0a54f7 (diff)
downloadPeerTube-9a2f7ea799fdd52b24245e94d01f12fabd6efc02.tar.gz
PeerTube-9a2f7ea799fdd52b24245e94d01f12fabd6efc02.tar.zst
PeerTube-9a2f7ea799fdd52b24245e94d01f12fabd6efc02.zip
fix other video margin-top
Diffstat (limited to 'client/src/app')
-rw-r--r--client/src/app/videos/+video-watch/video-watch.component.scss4
1 files changed, 2 insertions, 2 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 afd846af3..912016f8c 100644
--- a/client/src/app/videos/+video-watch/video-watch.component.scss
+++ b/client/src/app/videos/+video-watch/video-watch.component.scss
@@ -358,11 +358,11 @@
358 } 358 }
359 } 359 }
360 360
361 .other-videos { 361 /deep/ .other-videos {
362 padding-left: 1em; 362 padding-left: 1em;
363 363
364 .title-page { 364 .title-page {
365 margin-top: 0; 365 margin-top: 0 !important;
366 } 366 }
367 367
368 /deep/ .video-miniature { 368 /deep/ .video-miniature {