From 373b02a8fa98a711e9f2914e8ecf898547aae07b Mon Sep 17 00:00:00 2001 From: cosmo Date: Fri, 10 Jul 2026 20:52:23 +0200 Subject: [PATCH] actually fix the countdown UI hover width --- module.json | 4 ++-- styles/cosmos-dh-tweaks.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/module.json b/module.json index fdabe26..d42c109 100644 --- a/module.json +++ b/module.json @@ -2,10 +2,10 @@ "id": "cosmos-dh-tweaks", "title": "Cosmo's Daggerheart Tweaks", "description": "A selection of quality of life tweaks for the Daggerheart system on Foundry VTT.", - "version": "1.0.2", + "version": "1.0.3", "url": "https://git.geeks.gay/cosmo/cosmos-dh-tweaks", "manifest": "https://git.geeks.gay/cosmo/cosmos-dh-tweaks/raw/branch/main/module.json", - "download": "https://git.geeks.gay/cosmo/cosmos-dh-tweaks/releases/download/1.0.2/cosmos-dh-tweaks.zip", + "download": "https://git.geeks.gay/cosmo/cosmos-dh-tweaks/releases/download/1.0.3/cosmos-dh-tweaks.zip", "compatibility": { "minimum": "14.000", "verified": "14.364" diff --git a/styles/cosmos-dh-tweaks.css b/styles/cosmos-dh-tweaks.css index 4138b45..fbcc568 100644 --- a/styles/cosmos-dh-tweaks.css +++ b/styles/cosmos-dh-tweaks.css @@ -13,7 +13,7 @@ } .daggerheart.dh-style.countdowns.cosmo-minimal-countdown:hover { - width: 150px !important; + width: 165px !important; } .daggerheart.dh-style.countdowns.cosmo-minimal-countdown .countdowns-header { @@ -72,7 +72,7 @@ } .daggerheart.dh-style.countdowns.cosmo-minimal-countdown:hover .cosmo-add-label { - max-width: 95px; + max-width: 120px; opacity: 1; margin-left: 8px; }