Przeglądaj źródła

Fix quote video size

Zed 5 lat temu
rodzic
commit
104dc95bd7
1 zmienionych plików z 2 dodań i 0 usunięć
  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%;
         }
     }