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; }