From c857cd026f9b140e5613274a816ec742c7fc3ee4 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Mon, 28 Nov 2022 22:35:43 -0700 Subject: Fix image attachment styling --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3