this repo has no description
0
fork

Configure Feed

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

Adjustments for hidden select inside toolbar button

+2 -1
+2 -1
src/components/compose.css
··· 204 204 left: -100vw !important; 205 205 } 206 206 #compose-container .toolbar-button select { 207 - background-color: inherit; 207 + background-color: transparent; 208 208 border: 0; 209 209 padding: 0 0 0 8px; 210 210 margin: 0; 211 211 appearance: none; 212 + line-height: 1em; 212 213 } 213 214 #compose-container .toolbar-button:not(.show-field) select { 214 215 right: 0;