this repo has no description
0
fork

Configure Feed

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

Try not hide compose button if loading

+2 -2
+2 -2
src/app.css
··· 1579 1579 0 10px 36px -4px var(--button-bg-blur-color); 1580 1580 transition: all 0.3s ease-in-out; 1581 1581 } 1582 - .deck-container:has(header[hidden]) ~ #compose-button, 1583 - #compose-button[hidden] { 1582 + .deck-container:has(header[hidden]) ~ #compose-button:not(.loading), 1583 + #compose-button[hidden]:not(.loading) { 1584 1584 transform: translateY(200%); 1585 1585 pointer-events: none; 1586 1586 user-select: none;