From f7e6bb37c541e11fa74b092adae79022fd6c7e54 Mon Sep 17 00:00:00 2001 From: towards-a-new-leftypol Date: Thu, 22 Feb 2024 22:27:56 -0500 Subject: [PATCH] fix dark (red) theme catalog view when clicked on --- stylesheets/dark.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stylesheets/dark.css b/stylesheets/dark.css index 5e1e2c5b..7faa2212 100644 --- a/stylesheets/dark.css +++ b/stylesheets/dark.css @@ -265,3 +265,6 @@ table.board-list-table tr:nth-of-type( even ) .board-tags .board-cell { border: #555555 1px solid; box-sizing: border-box; } +.theme-catalog div.grid-size-small { + max-width: 140px; +}