From 8d6b0bf54398fe975c9cff94993d3d596d100a64 Mon Sep 17 00:00:00 2001 From: TheLazyFox <35723598+the-lazy-fox@users.noreply.github.com> Date: Mon, 16 Jan 2023 22:04:44 +0100 Subject: [PATCH] Fixing left column spacing The left column spacing has changed, make it back more compact --- css/base/rutorrent/rutorrent-base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/base/rutorrent/rutorrent-base.css b/css/base/rutorrent/rutorrent-base.css index d1d878a8..fb4cd3a2 100644 --- a/css/base/rutorrent/rutorrent-base.css +++ b/css/base/rutorrent/rutorrent-base.css @@ -434,7 +434,7 @@ div#CatList ul li.sel span { div#CatList ul li { border: none; - margin: 5px; + margin: 0px 5px; font-family: 'Roboto' }