diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2019-12-17 22:42:19 +0100 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2019-12-17 22:42:19 +0100 |
commit | c8277d71391cca2a32ab0258956df1663fe6d301 (patch) | |
tree | 6a1dd63f7a5537c46f96565500cf0594cdd31e86 | |
parent | ddefb8c9e59802e9d553839fd404d34ff5c9a776 (diff) | |
download | PeerTube-c8277d71391cca2a32ab0258956df1663fe6d301.tar.gz PeerTube-c8277d71391cca2a32ab0258956df1663fe6d301.tar.zst PeerTube-c8277d71391cca2a32ab0258956df1663fe6d301.zip |
(css) optimize .other-videos width
-rw-r--r-- | client/src/app/shared/video/video-miniature.component.scss | 1 | ||||
-rw-r--r-- | client/src/app/videos/+video-watch/video-watch.component.scss | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/client/src/app/shared/video/video-miniature.component.scss b/client/src/app/shared/video/video-miniature.component.scss index 03e15afff..4789c2454 100644 --- a/client/src/app/shared/video/video-miniature.component.scss +++ b/client/src/app/shared/video/video-miniature.component.scss | |||
@@ -64,7 +64,6 @@ $more-margin-right: 10px; | |||
64 | 64 | ||
65 | .video-actions { | 65 | .video-actions { |
66 | margin-top: 3px; | 66 | margin-top: 3px; |
67 | margin-right: $more-margin-right; | ||
68 | width: $more-button-width; | 67 | width: $more-button-width; |
69 | height: 30px; | 68 | height: 30px; |
70 | 69 | ||
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 81c319950..fe6a891d5 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.scss +++ b/client/src/app/videos/+video-watch/video-watch.component.scss | |||
@@ -406,9 +406,11 @@ $video-info-margin-left: 44px; | |||
406 | height: 100%; | 406 | height: 100%; |
407 | margin-bottom: 20px; | 407 | margin-bottom: 20px; |
408 | flex-wrap: wrap; | 408 | flex-wrap: wrap; |
409 | } | ||
409 | 410 | ||
410 | .video-thumbnail { | 411 | .video-bottom { |
411 | margin-right: 10px | 412 | @media screen and (max-width: 1800px - (3* $video-miniature-width)) { |
413 | margin-left: 1rem; | ||
412 | } | 414 | } |
413 | } | 415 | } |
414 | } | 416 | } |