From 3b88a1809defbbc367fa85999fcb2ad2a2ad9436 Mon Sep 17 00:00:00 2001
From: CodeDevMLH <145071728+CodeDevMLH@users.noreply.github.com>
Date: Mon, 16 Feb 2026 18:48:07 +0100
Subject: [PATCH] small UI changes
---
.../Configuration/configPage.html | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)
diff --git a/Jellyfin.Plugin.Seasonals/Configuration/configPage.html b/Jellyfin.Plugin.Seasonals/Configuration/configPage.html
index f55ce55..6b3b82e 100644
--- a/Jellyfin.Plugin.Seasonals/Configuration/configPage.html
+++ b/Jellyfin.Plugin.Seasonals/Configuration/configPage.html
@@ -88,9 +88,11 @@
-
-
Auto Selection Rules
-
Define rules to automatically select a season based on the date. Rules are evaluated from top to bottom. The first matching rule wins.
+
Auto Selection Rules
+
+
+
info
+
Define rules to automatically select a season based on the date. Rules are evaluated from top to bottom. The first matching rule wins.
@@ -98,7 +100,7 @@
@@ -613,8 +615,7 @@
}
.seasonal-rule-content {
display: grid;
- /* grid-template-columns: 2fr 1fr 1fr 2fr; */
- grid-template-columns: 2fr 1.2fr 1.2fr 1.6fr;
+ grid-template-columns: 2fr 1.2fr 1.2fr 2fr;
gap: 15px;
align-items: end;
}
@@ -639,10 +640,10 @@
border-bottom: 2px solid #00a4dc !important;
}
- /* Disabled options in selects
+ /* Disabled options in selects */
select option:disabled {
color: #a3a3a3 !important;
- } */
+ }