From 2c6f2adce15816fce3a73f33a474bb3701cc2f7a Mon Sep 17 00:00:00 2001 From: Broque Thomas <26755000+Nezreka@users.noreply.github.com> Date: Fri, 13 Mar 2026 15:55:26 -0700 Subject: [PATCH] Redesign watchlist modal with polished cards, gradient overlays, and rate limit modal --- webui/static/mobile.css | 10 +- webui/static/script.js | 21 +-- webui/static/style.css | 284 +++++++++++++++++++++++++++++++++++----- 3 files changed, 271 insertions(+), 44 deletions(-) diff --git a/webui/static/mobile.css b/webui/static/mobile.css index 3612725c..f1e0c912 100644 --- a/webui/static/mobile.css +++ b/webui/static/mobile.css @@ -1475,7 +1475,8 @@ } .watchlist-card-info { - padding: 10px 12px; + padding: 0 12px 6px; + margin-top: -28px; } .watchlist-card-name { @@ -1923,16 +1924,17 @@ } .watchlist-card-info { - padding: 8px 10px; + padding: 0 10px 4px; + margin-top: -24px; } .watchlist-pill { font-size: 8px; - padding: 1px 4px; + padding: 2px 5px; } .watchlist-card-pills { - padding: 0 10px 6px; + padding: 2px 10px 8px; } .watchlist-detail-content { diff --git a/webui/static/script.js b/webui/static/script.js index 39074dca..36a8846b 100644 --- a/webui/static/script.js +++ b/webui/static/script.js @@ -31710,7 +31710,7 @@ async function showWatchlistModal() {