From 716d8a766ae0c4e2539f2df601269a3203bcd715 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Wed, 16 Nov 2022 23:00:10 -0700 Subject: Show post images --- static/css/style.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'static') diff --git a/static/css/style.css b/static/css/style.css index f07d78c..3c1ef49 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -570,6 +570,22 @@ h1.identity small { margin: 12px 0 4px 0; } +.post .attachments { + margin: 10px 0 10px 64px; +} + +.post .attachments a.image { + display: inline-block; + border: 3px solid var(--color-bg-menu); + border-radius: 3px; +} + +.post .attachments a.image img { + display: inline-block; + max-width: 200px; + max-height: 200px; +} + .post .actions { padding-left: 64px; } -- cgit v1.2.3