From f7de5285e4d1879754193a06716b3a0a092d64ef Mon Sep 17 00:00:00 2001 From: Ruben Elshof <15641671+rubenelshof@users.noreply.github.com> Date: Sun, 21 Nov 2021 03:05:37 +0100 Subject: [PATCH] Hide post preview in compact mode. (#329) --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/style.css b/static/style.css index 8d63ec5..195ceb8 100644 --- a/static/style.css +++ b/static/style.css @@ -1084,6 +1084,10 @@ summary.comment_data { margin: 2.5px 15px; } +.compact .post_preview { + display: none; +} + .compact .post_media { max-width: calc(100% - 30px); margin: 2.5px auto;