diff --git a/app.py b/app.py
index 7e597d9..31cdcdd 100644
--- a/app.py
+++ b/app.py
@@ -1817,15 +1817,15 @@ def public_frontend():
""" + (f'
-
- """ + type_emoji + """
- """ + name + """
-
""" + preview + """
👁 """ + str(r['views'] or 0) + """
+
+
""" + type_emoji + """
+
""" + name + """
+
"""
@@ -1903,7 +1903,8 @@ def public_frontend():
.story-time-overlay .story-time-rel { color:#dc3545; }
.story-preview { display:none; }
.text-only .story-preview { display:-webkit-box; -webkit-line-clamp:4; -webkit-box-orient:vertical; overflow:hidden; text-overflow:ellipsis; font-size:0.8rem; line-height:1.4; color:#444; margin-bottom:0.35rem; }
- .text-only .card-content { position:relative; padding:0.55rem 0.85rem 0.65rem; }
+ .text-only .card-content { position:relative; padding:0.55rem 0.85rem 0.5rem; }
+ .text-only .story-meta { padding-top:0.3rem; margin-top:0.25rem; border-top:1px solid #f0ede6; }
/* Card stats (views + likes) */
.card-stats { display:flex; align-items:center; gap:0.6rem; padding-top:0.35rem; margin-top:0.3rem; border-top:1px solid #f0ede6; }