Sfoglia il codice sorgente

Fix max gif height

Zed 5 anni fa
parent
commit
93ec4b1e39
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  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;