this repo has no description
0
fork

Configure Feed

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

Also avoid :active bubbling for buttons

+1 -1
+1 -1
src/app.css
··· 364 364 background-color: var(--link-bg-hover-color); 365 365 outline-offset: -2px; 366 366 } 367 - .status-link:active:not(:has(.media:active)) { 367 + .status-link:active:not(:has(:is(.media, button):active)) { 368 368 filter: brightness(0.95); 369 369 } 370 370