瀏覽代碼

Fix max gif height

Zed 5 年之前
父節點
當前提交
93ec4b1e39
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      src/sass/tweet/media.scss

+ 5 - 0
src/sass/tweet/media.scss

@@ -50,6 +50,11 @@
     }
 }
 
+.gallery-gif video {
+    max-height: 530px;
+    background-color: #101010;
+}
+
 .still-image {
     max-height: 379.5px;
     max-width: 533px;