From 343f9d759c1056e867d7dc5a014845cf90ed76c6 Mon Sep 17 00:00:00 2001 From: GilbN Date: Mon, 1 Jan 2024 19:13:53 +0100 Subject: [PATCH] =?UTF-8?q?qbittorrent:=20=F0=9F=92=84Fixes=20for=20#526?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/base/qbittorrent/qbittorrent-base.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/base/qbittorrent/qbittorrent-base.css b/css/base/qbittorrent/qbittorrent-base.css index 820b8982..77a45b3a 100644 --- a/css/base/qbittorrent/qbittorrent-base.css +++ b/css/base/qbittorrent/qbittorrent-base.css @@ -489,6 +489,7 @@ hr { .toolbarTabs { background: var(--transparency-dark-25) !important; + margin: 0px 5px 0 0 !important; } .progressbar_dark { @@ -662,4 +663,9 @@ select:focus { .select-watched-folder-editable { background-color: var(--transparency-dark-05); border: solid var(--transparency-light-10) 1px; +} + +#torrentsFilterToolbar { + float: right; + margin-right: .5rem; } \ No newline at end of file