From 7be968d1c69e07975f4778d255ced29c3ec0918a Mon Sep 17 00:00:00 2001 From: CodeDevMLH <145071728+CodeDevMLH@users.noreply.github.com> Date: Wed, 11 Mar 2026 00:57:31 +0100 Subject: [PATCH] test --- .../Configuration/configPage.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Jellyfin.Plugin.MediaBarEnhanced/Configuration/configPage.html b/Jellyfin.Plugin.MediaBarEnhanced/Configuration/configPage.html index 9e29707..0810f97 100644 --- a/Jellyfin.Plugin.MediaBarEnhanced/Configuration/configPage.html +++ b/Jellyfin.Plugin.MediaBarEnhanced/Configuration/configPage.html @@ -756,7 +756,7 @@ if (urlInput.value && urlInput.value.trim() !== '') { previewImg.src = urlInput.value; previewImg.style.display = 'block'; - clearBtn.style.display = 'block'; + clearBtn.style.display = 'inline-flex'; if(icon) icon.style.display = 'none'; if(text) { text.textContent = 'Drag and drop a new image here, or click to select'; @@ -1026,7 +1026,8 @@ ' Upload seasonal image' + ' ' + ' ' + - ' ' + + // ' ' + + ' ' + ' ' + ' ' + ''; @@ -1098,7 +1099,7 @@ if (val) { previewImg.src = val; previewImg.style.display = 'block'; - clearBtn.style.display = 'block'; + clearBtn.style.display = 'inline-flex'; if(icon) icon.style.display = 'none'; if(text) { text.textContent = 'Drag and drop a new image here, or click to select';