From 61c166b79570219a515bb3b8dd344a403708b371 Mon Sep 17 00:00:00 2001 From: r Date: Mon, 17 Jun 2024 11:41:02 +0000 Subject: Show quoted posts --- static/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'static') diff --git a/static/style.css b/static/style.css index ad5a360..71f64d7 100644 --- a/static/style.css +++ b/static/style.css @@ -55,6 +55,13 @@ body, position: relative; } +.status-quote { + margin: 4px 0; + padding: 8px; + background-color: #e6e6e6; + background-color: #dadada99; +} + .status-content { margin: 4px 0; max-height: 600px; @@ -585,6 +592,11 @@ input:disabled::file-selector-button { background-color: #2f2f2f99; } +.dark .status-quote { + background-color: #202020; + background-color: #26262699; +} + .dark #reply-popup, .dark #reply-to-popup { background-color: #181818; -- cgit v1.2.3