pushes on tangled sites.wisp.place/zzstoatzz.io/punch
fun tangled
8
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: hide status banner when empty

.status had display:flex which beat the UA [hidden] { display: none }
rule, leaving an empty dashed frame visible whenever data.status was
null.

Co-Authored-By: Claude Opus 4 (1M context) <noreply@anthropic.com>

zzstoatzz 50a7ac41 73c2da44

+4
+4
public/style.css
··· 350 350 gap: 10px; 351 351 } 352 352 353 + /* our display: flex above overrides the UA [hidden] { display: none }, so 354 + restore it explicitly here. */ 355 + .status[hidden] { display: none; } 356 + 353 357 .status::before { 354 358 content: "●"; 355 359 color: var(--accent-alt);