From ecf662c3c85582f3482b1f1ee3095b360b5f6755 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 ef1abf8b..893b673b 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -620,6 +620,10 @@ pre { margin: 0; } +.theme-catalog .controls > span { + margin-right: 1em; +} + .theme-catalog div.thread img { float: none!important; margin: auto;