diff options
author | Chocobozzz <me@florianbigard.com> | 2020-05-06 10:15:13 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-05-06 10:15:13 +0200 |
commit | d056b019565539c5d12a302d1968581a186e5514 (patch) | |
tree | 63d693ef6a27b1945589a19f18ad34c2c5ac6195 /client/src/app/shared/video | |
parent | 96d8d16e41d68ae14cf4f0112d9b71ac028cff62 (diff) | |
download | PeerTube-d056b019565539c5d12a302d1968581a186e5514.tar.gz PeerTube-d056b019565539c5d12a302d1968581a186e5514.tar.zst PeerTube-d056b019565539c5d12a302d1968581a186e5514.zip |
Fix mobile miniature information margin
Diffstat (limited to 'client/src/app/shared/video')
-rw-r--r-- | client/src/app/shared/video/video-miniature.component.scss | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/client/src/app/shared/video/video-miniature.component.scss b/client/src/app/shared/video/video-miniature.component.scss index b63fd2989..f27800a24 100644 --- a/client/src/app/shared/video/video-miniature.component.scss +++ b/client/src/app/shared/video/video-miniature.component.scss | |||
@@ -85,8 +85,12 @@ $more-margin-right: 15px; | |||
85 | } | 85 | } |
86 | 86 | ||
87 | @media screen and (max-width: $small-view) { | 87 | @media screen and (max-width: $small-view) { |
88 | .video-miniature-information .video-miniature-name { | 88 | .video-miniature-information { |
89 | margin-top: 0; | 89 | margin: 0 10px; |
90 | |||
91 | .video-miniature-name { | ||
92 | margin-top: 0; | ||
93 | } | ||
90 | } | 94 | } |
91 | 95 | ||
92 | .video-actions { | 96 | .video-actions { |