Procházet zdrojové kódy

Fix max gif height

Zed před 5 roky
rodič
revize
93ec4b1e39
1 změnil soubory, kde provedl 5 přidání a 0 odebrání
  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;