this repo has no description
0
fork

Configure Feed

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

Add gray bg to standalone composer

+3
+3
src/app.css
··· 20 20 align-items: center; 21 21 justify-content: center; 22 22 } 23 + #app-standalone { 24 + background-color: var(--bg-faded-color); 25 + } 23 26 24 27 /* MENTIONS */ 25 28