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