diff --git a/app.py b/app.py index 7d26cfe..1d61da1 100644 --- a/app.py +++ b/app.py @@ -1899,11 +1899,11 @@ def public_frontend(): .story-date { color:#999; font-size:0.7rem; margin-left:auto; } .story-time { font-size:0.7rem; color:#666; font-weight:500; } .story-time-rel { color:#dc3545; font-weight:700; } - .story-time-overlay { position:absolute; top:0; left:0; right:0; z-index:4; background:rgba(255,255,255,0.68); backdrop-filter:blur(10px); -webkit-backdrop-filter:blur(10px); padding:0.3rem 0.65rem; font-size:0.8rem; font-weight:700; letter-spacing:0.02em; line-height:1.3; } + .story-time-overlay { position:absolute; top:0; left:0; right:0; z-index:4; background:rgba(255,255,255,0.55); backdrop-filter:blur(10px); -webkit-backdrop-filter:blur(10px); padding:0.3rem 0.65rem; font-size:0.8rem; font-weight:700; letter-spacing:0.02em; line-height:1.3; } .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.5rem; } + .text-only .card-content { position:relative; padding:2rem 0.85rem 0.5rem; } /* 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; }