diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-02-03 22:33:28 +0100 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2020-02-13 16:34:16 +0100 |
commit | ece3029bd99a76b3c48a1cc8c58914c5cf61f106 (patch) | |
tree | aaad61d1e4ba58896959307510098c7cd018b58b /client/src/sass/include | |
parent | 9677fca772349248925da6c5f34f600e9a2abbe6 (diff) | |
download | PeerTube-ece3029bd99a76b3c48a1cc8c58914c5cf61f106.tar.gz PeerTube-ece3029bd99a76b3c48a1cc8c58914c5cf61f106.tar.zst PeerTube-ece3029bd99a76b3c48a1cc8c58914c5cf61f106.zip |
Media queries to use variables when possible
Diffstat (limited to 'client/src/sass/include')
-rw-r--r-- | client/src/sass/include/_miniature.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/sass/include/_miniature.scss b/client/src/sass/include/_miniature.scss index b0e07d61a..c1d1b3c59 100644 --- a/client/src/sass/include/_miniature.scss +++ b/client/src/sass/include/_miniature.scss | |||
@@ -240,7 +240,7 @@ $play-overlay-width: 18px; | |||
240 | width: $video-miniature-width * 2; | 240 | width: $video-miniature-width * 2; |
241 | } | 241 | } |
242 | 242 | ||
243 | @media screen and (max-width: 500px) { | 243 | @media screen and (max-width: $mobile-view) { |
244 | width: auto; | 244 | width: auto; |
245 | margin: 0 !important; | 245 | margin: 0 !important; |
246 | 246 | ||