diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-06-12 12:26:48 +0200 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2020-06-12 12:26:48 +0200 |
commit | d39db21a883d71d101912c0e6e42e97927edb693 (patch) | |
tree | 8870d55fdf49b0a2566fc1ca9e990bee1b9f56a2 /client/src/sass | |
parent | 435258ea3c17c10c7c2735075e59122956d45fca (diff) | |
download | PeerTube-d39db21a883d71d101912c0e6e42e97927edb693.tar.gz PeerTube-d39db21a883d71d101912c0e6e42e97927edb693.tar.zst PeerTube-d39db21a883d71d101912c0e6e42e97927edb693.zip |
match margin of abstract-video-list and sub-menu's fixed margin
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/include/_miniature.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/sass/include/_miniature.scss b/client/src/sass/include/_miniature.scss index d79086723..d82d78d58 100644 --- a/client/src/sass/include/_miniature.scss +++ b/client/src/sass/include/_miniature.scss | |||
@@ -185,8 +185,8 @@ $play-overlay-width: 18px; | |||
185 | } | 185 | } |
186 | 186 | ||
187 | @mixin fluid-videos-miniature-layout { | 187 | @mixin fluid-videos-miniature-layout { |
188 | margin-left: 3vw !important; | 188 | margin-left: $not-expanded-horizontal-margins !important; |
189 | margin-right: 3vw !important; | 189 | margin-right: $not-expanded-horizontal-margins !important; |
190 | 190 | ||
191 | @media screen and (max-width: $mobile-view) { | 191 | @media screen and (max-width: $mobile-view) { |
192 | width: auto; | 192 | width: auto; |