From e6c4939191654a07c12d12a3763992ba138d89ba Mon Sep 17 00:00:00 2001 From: Thomas Gander Date: Mon, 16 Feb 2026 17:50:19 -0700 Subject: [PATCH] Removed margins from some areas to improve spacing --- Jellyfin.Plugin.MediaCleaner/Pages/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jellyfin.Plugin.MediaCleaner/Pages/global.css b/Jellyfin.Plugin.MediaCleaner/Pages/global.css index a56355e..9c85155 100644 --- a/Jellyfin.Plugin.MediaCleaner/Pages/global.css +++ b/Jellyfin.Plugin.MediaCleaner/Pages/global.css @@ -4,7 +4,6 @@ .inlineContainer { display: inline-flex; - margin-bottom: 1.8em; flex-direction: column; /* Would be nice to figure out why 50% doesn't work. */ width: 49%; @@ -50,6 +49,7 @@ td, th { border: 1px solid; border-radius: 0.25rem; margin-top: 1rem; + margin-bottom: 0; padding: 1rem; opacity: 1; }