fix(home): Dismiss-X auf Recent-Karten immer sichtbar
All checks were successful
Build & Publish Docker Image / build-and-push (push) Successful in 1m16s

Die Hover-only-Anzeige war auf Touch-Devices eh nicht erreichbar, und
auf dem Desktop genauso wenig sinnvoll — der User musste raten wo das
Schließen-Icon ist. Opacity-Toggles und die 640px-Media-Query raus;
der kleine Cloud-weiße Circle-Button steht jetzt dauerhaft in der
rechten oberen Ecke.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
hsiegeln
2026-04-18 11:10:47 +02:00
parent 9e471c7bf3
commit a1d91943c6

View File

@@ -558,17 +558,6 @@
align-items: center;
justify-content: center;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
opacity: 0;
transition: opacity 0.1s;
}
.card-wrap:hover .dismiss,
.dismiss:focus-visible {
opacity: 1;
}
@media (max-width: 640px) {
.dismiss {
opacity: 1; /* always visible on touch devices */
}
}
.dismiss:hover {
background: #fff;