From ec634f2ad382f659eedae884154d0db9a2a006b2 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Thu, 24 Nov 2022 15:17:32 -0700 Subject: Initial reply-to feature --- static/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'static') diff --git a/static/css/style.css b/static/css/style.css index 5c966a7..642057f 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -714,11 +714,11 @@ h1.identity small { display: block; float: right; color: var(--color-text-duller); - width: 60px; + width: 65px; text-align: center; background-color: var(--color-bg-main); border-radius: 3px; - padding: 3px 5px; + padding: 3px 3px; } .post time i { -- cgit v1.2.3