diff options
author | Andrew Godwin | 2022-11-28 22:35:43 -0700 |
---|---|---|
committer | Andrew Godwin | 2022-11-28 22:35:43 -0700 |
commit | c857cd026f9b140e5613274a816ec742c7fc3ee4 (patch) | |
tree | 160f3d2c64f7c66f9bbcc5ddcbf3cefae57e2ebc | |
parent | fb342cfb5488d3e6d1c0c13d5454b6fb3c2a6dbf (diff) | |
download | takahe-c857cd026f9b140e5613274a816ec742c7fc3ee4.tar.gz takahe-c857cd026f9b140e5613274a816ec742c7fc3ee4.tar.bz2 takahe-c857cd026f9b140e5613274a816ec742c7fc3ee4.zip |
Fix image attachment styling
-rw-r--r-- | static/css/style.css | 2 |
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; } |