Explorar el Código

Fix max gif height

Zed hace 5 años
padre
commit
93ec4b1e39
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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;