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 /client/src/app/shared/video | |
parent | ddefb8c9e59802e9d553839fd404d34ff5c9a776 (diff) | |
download | PeerTube-c8277d71391cca2a32ab0258956df1663fe6d301.tar.gz PeerTube-c8277d71391cca2a32ab0258956df1663fe6d301.tar.zst PeerTube-c8277d71391cca2a32ab0258956df1663fe6d301.zip |
(css) optimize .other-videos width
Diffstat (limited to 'client/src/app/shared/video')
-rw-r--r-- | client/src/app/shared/video/video-miniature.component.scss | 1 |
1 files changed, 0 insertions, 1 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 | ||