From 5e70621e93a35ccf50539d10aec4c765dec18892 Mon Sep 17 00:00:00 2001
From: CodeDevMLH <145071728+CodeDevMLH@users.noreply.github.com>
Date: Tue, 3 Feb 2026 19:32:34 +0100
Subject: [PATCH] Update version to 1.6.3.0, modify checkbox layout, and adjust
popup styles
---
.../Configuration/configPage.html | 18 +++++++++---------
.../Jellyfin.Plugin.Seasonals.csproj | 2 +-
Jellyfin.Plugin.Seasonals/Web/seasonals.js | 14 ++++++--------
manifest.json | 4 ++--
4 files changed, 18 insertions(+), 20 deletions(-)
diff --git a/Jellyfin.Plugin.Seasonals/Configuration/configPage.html b/Jellyfin.Plugin.Seasonals/Configuration/configPage.html
index f77ad4b..012475c 100644
--- a/Jellyfin.Plugin.Seasonals/Configuration/configPage.html
+++ b/Jellyfin.Plugin.Seasonals/Configuration/configPage.html
@@ -38,15 +38,6 @@
Automatically select the season based on the date.
-
-
-
If enabled, users will see a settings icon in the header to toggle
- animations for their browser.
-
The season to display if automation is disabled.
+
+
+
If enabled, users will see a settings icon in the header to toggle
+ animations for their browser.
+
diff --git a/Jellyfin.Plugin.Seasonals/Jellyfin.Plugin.Seasonals.csproj b/Jellyfin.Plugin.Seasonals/Jellyfin.Plugin.Seasonals.csproj
index 810e322..aa7ae05 100644
--- a/Jellyfin.Plugin.Seasonals/Jellyfin.Plugin.Seasonals.csproj
+++ b/Jellyfin.Plugin.Seasonals/Jellyfin.Plugin.Seasonals.csproj
@@ -12,7 +12,7 @@
Jellyfin Seasonals Plugin
CodeDevMLH
- 1.6.2.0
+ 1.6.3.0
https://github.com/CodeDevMLH/Jellyfin-Seasonals
diff --git a/Jellyfin.Plugin.Seasonals/Web/seasonals.js b/Jellyfin.Plugin.Seasonals/Web/seasonals.js
index 1a3ad1e..bafdc66 100644
--- a/Jellyfin.Plugin.Seasonals/Web/seasonals.js
+++ b/Jellyfin.Plugin.Seasonals/Web/seasonals.js
@@ -265,12 +265,12 @@ function createSettingsPopup(anchorElement) {
position: 'fixed',
zIndex: '10000',
backgroundColor: '#202020',
- padding: '1.5em',
- borderRadius: '1em',
+ padding: '1em',
+ borderRadius: '0.3em',
boxShadow: '0 0 20px rgba(0,0,0,0.5)',
- minWidth: '250px',
+ minWidth: '200px',
color: '#fff',
- maxWidth: '300px'
+ maxWidth: '250px'
});
const rect = anchorElement.getBoundingClientRect();
@@ -278,7 +278,7 @@ function createSettingsPopup(anchorElement) {
popup.style.right = `${window.innerWidth - rect.right}px`;
popup.innerHTML = `
-
+