ソースを参照

Fix inline gif regression

Zed 5 年 前
コミット
0d4048a62e
1 ファイル変更6 行追加1 行削除
  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;
 }