v1.42 - Fix Cosmic Events + Popups

This commit is contained in:
fraxle
2026-05-16 22:15:21 +01:00
parent b4d2a1427a
commit 40f651eb98
3 changed files with 133 additions and 7 deletions
+6
View File
@@ -93,6 +93,12 @@
vertical-align: middle;
margin-left: 3px;
display: inline-block;
cursor: pointer;
border-radius: 3px;
transition: opacity 0.15s;
}
.event-cell-tag:hover {
opacity: 0.75;
}
/* ── ALMANAC PANEL ──────────────────────────────────────────────────── */