actually fix the countdown UI hover width

This commit is contained in:
CPTN Cosmo 2026-07-10 20:52:23 +02:00
parent e0a9b7fcae
commit 373b02a8fa
2 changed files with 4 additions and 4 deletions

View file

@ -2,10 +2,10 @@
"id": "cosmos-dh-tweaks", "id": "cosmos-dh-tweaks",
"title": "Cosmo's Daggerheart Tweaks", "title": "Cosmo's Daggerheart Tweaks",
"description": "A selection of quality of life tweaks for the Daggerheart system on Foundry VTT.", "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", "url": "https://git.geeks.gay/cosmo/cosmos-dh-tweaks",
"manifest": "https://git.geeks.gay/cosmo/cosmos-dh-tweaks/raw/branch/main/module.json", "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": { "compatibility": {
"minimum": "14.000", "minimum": "14.000",
"verified": "14.364" "verified": "14.364"

View file

@ -13,7 +13,7 @@
} }
.daggerheart.dh-style.countdowns.cosmo-minimal-countdown:hover { .daggerheart.dh-style.countdowns.cosmo-minimal-countdown:hover {
width: 150px !important; width: 165px !important;
} }
.daggerheart.dh-style.countdowns.cosmo-minimal-countdown .countdowns-header { .daggerheart.dh-style.countdowns.cosmo-minimal-countdown .countdowns-header {
@ -72,7 +72,7 @@
} }
.daggerheart.dh-style.countdowns.cosmo-minimal-countdown:hover .cosmo-add-label { .daggerheart.dh-style.countdowns.cosmo-minimal-countdown:hover .cosmo-add-label {
max-width: 95px; max-width: 120px;
opacity: 1; opacity: 1;
margin-left: 8px; margin-left: 8px;
} }