Explorar o código

Fix inline gif regression

Zed %!s(int64=5) %!d(string=hai) anos
pai
achega
0d4048a62e
Modificáronse 1 ficheiros con 6 adicións e 1 borrados
  1. 6 1
      src/sass/tweet/media.scss

+ 6 - 1
src/sass/tweet/media.scss

@@ -33,6 +33,12 @@
     .image-attachment {
         width: 100%;
     }
+
+    .gallery-gif {
+        align-self: flex-start;
+        border-radius: 7px;
+        overflow: hidden;
+    }
 }
 
 .attachment {
@@ -102,7 +108,6 @@
 }
 
 .media-gif {
-    display: inline-block;
     background-color: unset;
     width: unset;
 }