diff options
author | Chocobozzz <me@florianbigard.com> | 2018-09-06 08:59:46 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-09-06 09:00:59 +0200 |
commit | 1c66c35c55eed2ffbbf97ec463a3539c35952ec3 (patch) | |
tree | 777e149cb5dec746c5608694627661dd8a7f7fc1 /client/src | |
parent | d7639f66af5468c5df7e92593ae0fdeab268a123 (diff) | |
download | PeerTube-1c66c35c55eed2ffbbf97ec463a3539c35952ec3.tar.gz PeerTube-1c66c35c55eed2ffbbf97ec463a3539c35952ec3.tar.zst PeerTube-1c66c35c55eed2ffbbf97ec463a3539c35952ec3.zip |
Align other videos block on small screens
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/videos/+video-watch/video-watch.component.scss | 6 |
1 files changed, 1 insertions, 5 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 4811489ea..fac4bdbe5 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.scss +++ b/client/src/app/videos/+video-watch/video-watch.component.scss | |||
@@ -359,7 +359,7 @@ | |||
359 | } | 359 | } |
360 | 360 | ||
361 | /deep/ .other-videos { | 361 | /deep/ .other-videos { |
362 | padding-left: 1em; | 362 | padding-left: 15px; |
363 | width: 260px; | 363 | width: 260px; |
364 | 364 | ||
365 | .title-page { | 365 | .title-page { |
@@ -457,10 +457,6 @@ my-video-comments { | |||
457 | } | 457 | } |
458 | 458 | ||
459 | @media screen and (max-width: 1300px) { | 459 | @media screen and (max-width: 1300px) { |
460 | /deep/ .other-videos { | ||
461 | padding-left: 0 !important; | ||
462 | } | ||
463 | |||
464 | .privacy-concerns { | 460 | .privacy-concerns { |
465 | font-size: 12px; | 461 | font-size: 12px; |
466 | padding: 2px 5px; | 462 | padding: 2px 5px; |