浏览代码

Minor quote gif css improvement

Zed 6 年之前
父节点
当前提交
dc79f736d0
共有 1 个文件被更改,包括 6 次插入4 次删除
  1. 6 4
      src/sass/tweet/quote.scss

+ 6 - 4
src/sass/tweet/quote.scss

@@ -60,14 +60,16 @@
         margin: unset;
     }
 
-    .media-gif {
-        width: 100%;
-    }
-
     .attachments {
         border-radius: 0;
     }
 
+    .media-gif {
+        width: 100%;
+        display: flex;
+        justify-content: center;
+    }
+
     .gallery-gif .attachment {
         display: flex;
         justify-content: center;