From 7ea17c9f8ea2996c03d659b98ea26bc95e44c1df Mon Sep 17 00:00:00 2001 From: Zankaria Date: Thu, 24 Oct 2024 23:48:45 +0200 Subject: [PATCH] style.css: add spacing between catalog controls --- stylesheets/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stylesheets/style.css b/stylesheets/style.css index 85813cb3..db434302 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -927,6 +927,10 @@ pre { display: inline!important; } +.theme-catalog .controls > span { + margin-right: 1em; +} + .theme-catalog div.thread img { float: none!important; margin: auto;