From e730e3f008f448651981505c5a44dbe753fc0c79 Mon Sep 17 00:00:00 2001 From: fraxle Date: Sat, 16 May 2026 10:19:47 +0100 Subject: [PATCH] Style Fix and Subscription Fix --- assets/css/table.css | 10 ++++++ assets/js/app.js | 75 +++++++++++++++++++++++++++++++++----------- 2 files changed, 67 insertions(+), 18 deletions(-) diff --git a/assets/css/table.css b/assets/css/table.css index 1145891..8a0aaa8 100644 --- a/assets/css/table.css +++ b/assets/css/table.css @@ -146,6 +146,16 @@ white-space: nowrap; } +/* Vertical rule separating general-use profiles from technical ones */ +.profile-divider { + display: inline-block; + width: 1px; + align-self: stretch; + background: #c9b08a; + margin: 2px 6px; + opacity: 0.6; +} + .profile-btn { padding: 5px 13px; cursor: pointer; diff --git a/assets/js/app.js b/assets/js/app.js index 6888c33..f3e3d86 100644 --- a/assets/js/app.js +++ b/assets/js/app.js @@ -681,8 +681,12 @@ export function UTCIForecast() { return html`
@@ -927,7 +931,7 @@ export function UTCIForecast() { alignItems: 'flex-end', }}> Already subscribed? Restore access → + + Manage or cancel subscription → +