소스 검색

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;