Selaa lähdekoodia

Fix quote video size

Zed 5 vuotta sitten
vanhempi
commit
104dc95bd7
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  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%;
         }
     }