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

@ -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;
}