]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Don't warp attachment page thumbnails
authorMikael Nordfeldth <mmn@hethane.se>
Wed, 4 May 2016 09:59:52 +0000 (11:59 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Wed, 4 May 2016 09:59:52 +0000 (11:59 +0200)
theme/base/css/display.css

index 03cb4644ee683da1eb1d1dcb9eaf466d793997a5..e87e87fbf80d82a091abc7092650143f31edef21 100644 (file)
@@ -851,6 +851,8 @@ clear:both;
 }
 
 #attachment_view img, #attachment_view .attachment_player {
+height: auto;
+width: auto;
 max-width:480px;
 max-height:480px;
 }