Feature: Welten-Labels klickbar (JETZT|HUND|WELT), aktives Label hervorgehoben, Desktop-Tab-Optik, SW by-v651

This commit is contained in:
rene 2026-05-03 11:09:14 +02:00
parent a84df71383
commit f4052fbb7d
5 changed files with 25 additions and 7 deletions

View file

@ -7592,9 +7592,18 @@ svg.empty-state-icon {
font-size: 9px;
font-weight: 800;
letter-spacing: 0.12em;
color: var(--c-text-secondary);
color: white;
opacity: 0.4;
text-transform: uppercase;
transition: opacity 0.18s;
}
.wlabel.active { opacity: 1; }
@media (min-width: 768px) {
#world-labels { gap: 48px; font-size: 11px; }
.wlabel { opacity: 0.5; padding: 4px 10px; border-radius: 8px; }
.wlabel:hover { opacity: 0.8; background: rgba(255,255,255,0.08); }
.wlabel.active { opacity: 1; background: rgba(255,255,255,0.12); }
}
/* Settings-Button */