Prechádzať zdrojové kódy

Minor quote gif css improvement

Zed 6 rokov pred
rodič
commit
dc79f736d0
1 zmenil súbory, kde vykonal 6 pridanie a 4 odobranie
  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;