From 9c78aca5ad648fc7e3fc0f7d452dc498487ea0d4 Mon Sep 17 00:00:00 2001 From: Lephe Date: Wed, 14 Jul 2021 11:56:49 +0200 Subject: [PATCH] (minor improvement on threads' div.info) --- app/static/css/table.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/static/css/table.css b/app/static/css/table.css index 8555168..79f1975 100644 --- a/app/static/css/table.css +++ b/app/static/css/table.css @@ -111,6 +111,8 @@ table.thread:not(.topcomment) div.info { table.thread div.info { text-align: right; position: relative; + margin-left: 24px; + margin-bottom: 8px; } table.thread div.info > * { display: inline-block;