Polish goal popups

This commit is contained in:
Daddy32
2025-12-14 14:58:08 +01:00
parent 22aec33fcb
commit 49777651d7
2 changed files with 3 additions and 4 deletions

View File

@@ -1073,9 +1073,7 @@
), ),
colors: targets.map((t) => t.color), colors: targets.map((t) => t.color),
hint: "Clear the target colors", hint: "Clear the target colors",
summary: `Clear target colors: ${targets summary: `Clear target colors`,
.map((t) => `${t.count}x ${t.color || ""}`.trim())
.join(", ")}`,
}; };
} }
return null; return null;

View File

@@ -208,10 +208,11 @@ canvas {
transform: translate(-50%, 0) scale(0.98); transform: translate(-50%, 0) scale(0.98);
background: rgba(15, 23, 42, 0.76); background: rgba(15, 23, 42, 0.76);
color: #f8fafc; color: #f8fafc;
padding: 12px 16px; padding: 15px 20px;
border-radius: 14px; border-radius: 14px;
border: 1px solid rgba(226, 232, 240, 0.16); border: 1px solid rgba(226, 232, 240, 0.16);
font-weight: 800; font-weight: 800;
font-size: 19px;
letter-spacing: 0.4px; letter-spacing: 0.4px;
text-shadow: text-shadow:
0 10px 30px rgba(0, 0, 0, 0.45), 0 10px 30px rgba(0, 0, 0, 0.45),