diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2018-09-02 19:34:36 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-09-03 08:49:29 +0200 |
commit | 9a2f7ea799fdd52b24245e94d01f12fabd6efc02 (patch) | |
tree | ec9771d0e46ef7254231b02e11bee7a0d1a7205d /client | |
parent | a54991da4224534bf4beaf994d99e4ce5a0a54f7 (diff) | |
download | PeerTube-9a2f7ea799fdd52b24245e94d01f12fabd6efc02.tar.gz PeerTube-9a2f7ea799fdd52b24245e94d01f12fabd6efc02.tar.zst PeerTube-9a2f7ea799fdd52b24245e94d01f12fabd6efc02.zip |
fix other video margin-top
Diffstat (limited to 'client')
-rw-r--r-- | client/src/app/videos/+video-watch/video-watch.component.scss | 4 |
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 { |