From bb3438627565ef257c51851ca89f5137645944cb Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Wed, 17 Jun 2026 23:00:56 +0200 Subject: [PATCH] text-only karten: zeit-overlay oben wie bei medien-karten --- app.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app.py b/app.py index 9bf43bf..7e597d9 100644 --- a/app.py +++ b/app.py @@ -1810,13 +1810,13 @@ def public_frontend(): time_block = '' if not media_first: - # Text-only card: link-wrapped, time overlay inside card-content + # Text-only card: link-wrapped, time overlay at top (same as media cards) cards += f"""
+ """ + time_block + """ """ + (f'
{r["halle"]}
' if r["halle"] else '') + """ """ + (f'
🚫 AUSVERKAUFT: {r["spiel_titel"]}
' if r["category"] == "ausverkauft" and r["spiel_titel"] else '') + """
- """ + time_block + """