Просмотр исходного кода

Minor quote gif css improvement

Zed 6 лет назад
Родитель
Сommit
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;
         margin: unset;
     }
     }
 
 
-    .media-gif {
-        width: 100%;
-    }
-
     .attachments {
     .attachments {
         border-radius: 0;
         border-radius: 0;
     }
     }
 
 
+    .media-gif {
+        width: 100%;
+        display: flex;
+        justify-content: center;
+    }
+
     .gallery-gif .attachment {
     .gallery-gif .attachment {
         display: flex;
         display: flex;
         justify-content: center;
         justify-content: center;