summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Godwin2022-11-28 22:35:43 -0700
committerAndrew Godwin2022-11-28 22:35:43 -0700
commitc857cd026f9b140e5613274a816ec742c7fc3ee4 (patch)
tree160f3d2c64f7c66f9bbcc5ddcbf3cefae57e2ebc
parentfb342cfb5488d3e6d1c0c13d5454b6fb3c2a6dbf (diff)
downloadtakahe-c857cd026f9b140e5613274a816ec742c7fc3ee4.tar.gz
takahe-c857cd026f9b140e5613274a816ec742c7fc3ee4.tar.bz2
takahe-c857cd026f9b140e5613274a816ec742c7fc3ee4.zip
Fix image attachment styling
-rw-r--r--static/css/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/style.css b/static/css/style.css
index fb41646..5803e0a 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -851,7 +851,7 @@ table.metadata td.name {
}
.post .attachments a.image img {
- display: inline-block;
+ display: block;
max-width: 200px;
max-height: 200px;
}