this repo has no description
0
fork

Configure Feed

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

Fix select field color bug on Windows

It shows as white text on white background on Windows 10 or 11
https://mastodon.social/users/cheeaun/statuses/109812923100158393

+1 -1
+1 -1
src/components/compose.css
··· 164 164 left: -100vw !important; 165 165 } 166 166 #compose-container .toolbar-button select { 167 - background-color: transparent; 167 + background-color: inherit; 168 168 border: 0; 169 169 padding: 0 0 0 8px; 170 170 }