this repo has no description
0
fork

Configure Feed

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

Make the floating account block cooler in composer

+4
+4
src/components/compose.css
··· 34 34 color: var(--text-insignificant-color); 35 35 line-height: 1.1; 36 36 font-size: 90%; 37 + background-color: var(--bg-faded-blur-color); 38 + backdrop-filter: blur(16px); 39 + padding-inline-end: 1em; 40 + border-radius: 9999px; 37 41 } 38 42 39 43 #compose-container textarea {