From f113e705efc00c216796c3fdb432d885feb745b4 Mon Sep 17 00:00:00 2001 From: towards-a-new-leftypol Date: Mon, 12 Feb 2024 03:03:55 -0500 Subject: [PATCH] bunker_like: catalog view had too much text padding --- stylesheets/bunker_like.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stylesheets/bunker_like.css b/stylesheets/bunker_like.css index ff58f49d..854c4a87 100644 --- a/stylesheets/bunker_like.css +++ b/stylesheets/bunker_like.css @@ -226,3 +226,7 @@ table thead th { .theme-catalog .thread .meta { font-size: 10pt; } + +.theme-catalog .thread.grid-size-small .replies { + padding: 0; +}