slack status without the slack status.zzstoatzz.io
hatk statusphere
0
fork

Configure Feed

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

fix: make current status delete button visible

the delete button was hidden (opacity: 0) because it only had styles
for the history list context (.status-item:hover). add it to the
current-status-actions button styles so it's visible and consistent
with the share/embed buttons.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

zzstoatzz d339a835 89afaf40

+8 -1
+8 -1
site/styles.css
··· 613 613 } 614 614 615 615 .current-share-btn, 616 - .embed-toggle-btn { 616 + .embed-toggle-btn, 617 + .current-status-actions .delete-btn { 617 618 opacity: 0.6; 618 619 background: transparent; 619 620 border: 1px solid var(--border); ··· 630 631 opacity: 1; 631 632 color: var(--accent); 632 633 border-color: var(--accent); 634 + } 635 + 636 + .current-status-actions .delete-btn:hover { 637 + opacity: 1; 638 + color: #e74c3c; 639 + border-color: #e74c3c; 633 640 } 634 641 635 642 .delete-btn:hover {