]> cat aescling's git repositories - mastodon.git/blobdiff - app/javascript/styles/components.scss
In detail status view, display attachment uncropped if there's only one (#5054)
[mastodon.git] / app / javascript / styles / components.scss
index b6cf920b4f2d2794a1ed30f61876a5dc9c1f0807..da479347b581ecdc3fc160046de6ecea4b8fe3be 100644 (file)
@@ -3645,6 +3645,12 @@ button.icon-button.active i.fa-retweet {
   display: block;
   float: left;
   position: relative;
+
+  &.standalone {
+    .media-gallery__item-gifv-thumbnail {
+      transform: none;
+    }
+  }
 }
 
 .media-gallery__item-thumbnail {
@@ -3652,6 +3658,7 @@ button.icon-button.active i.fa-retweet {
   display: block;
   text-decoration: none;
   height: 100%;
+  line-height: 0;
 
   &,
   img {
This page took 0.03077 seconds and 3 git commands to generate.