Browse Source

Fix quote video size

Zed 5 years ago
parent
commit
104dc95bd7
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/sass/tweet/quote.scss

+ 2 - 0
src/sass/tweet/quote.scss

@@ -79,6 +79,8 @@
         video {
             height: unset;
             width: unset;
+            max-height: 100%;
+            max-width: 100%;
         }
     }