]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Aspect ratio on elements in inline-attachment list
authorMikael Nordfeldth <mmn@hethane.se>
Tue, 12 Jan 2016 22:12:41 +0000 (23:12 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Tue, 12 Jan 2016 22:12:41 +0000 (23:12 +0100)
theme/base/css/display.css

index beeecfe4bc2fd69bf878c894efe42f09a4ff69dd..e6ac8b4d47c1c35c20faafc7d929aea4fa1283f2 100644 (file)
@@ -808,6 +808,7 @@ position:static;
 }
 
 .notice.h-entry .attachments .inline-attachment * {
+    height: auto;
     max-width: 100%;
 }
 .notice.h-entry .attachments .inline-attachment > a {