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;
- } */
+ }