]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Display attached inline images on its own row
authorMikael Nordfeldth <mmn@hethane.se>
Sun, 25 Jan 2015 01:42:02 +0000 (02:42 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Sun, 25 Jan 2015 01:42:02 +0000 (02:42 +0100)
theme/base/css/display.css

index d2331ecebaa443fb8fce75f864f2ee17459667ee..afa4203da7ae31d3fdc5f212a3ddc2929dde12da 100644 (file)
@@ -798,6 +798,9 @@ position:static;
     line-height: 16px;
     height: 16px;
 }
+.notice.h-entry .attachments .inline-attachment > img {
+    display: block;
+}
 
 #attachments {
 clear:both;