diff --git a/Directory.Build.props b/Directory.Build.props index 6dc1a56..774b559 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,5 +1,5 @@ - 0.0.0.11 + 0.0.0.12 diff --git a/Jellyfin.Plugin.MediaCleaner/Pages/home.css b/Jellyfin.Plugin.MediaCleaner/Pages/home.css index 9409dd8..023848d 100644 --- a/Jellyfin.Plugin.MediaCleaner/Pages/home.css +++ b/Jellyfin.Plugin.MediaCleaner/Pages/home.css @@ -25,3 +25,7 @@ td, th { .links:hover { background-color: #2a2a2a; } + +.actions-cell { + text-align: center; +} diff --git a/Jellyfin.Plugin.MediaCleaner/Pages/home.html b/Jellyfin.Plugin.MediaCleaner/Pages/home.html index d4abb88..e5a58a9 100644 --- a/Jellyfin.Plugin.MediaCleaner/Pages/home.html +++ b/Jellyfin.Plugin.MediaCleaner/Pages/home.html @@ -2,6 +2,7 @@ data-controller="__plugin/home.js">
+
Loading...