Browse Source

Fix quote video size

Zed 5 năm trước cách đây
mục cha
commit
104dc95bd7
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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%;
         }
     }