this repo has no description
0
fork

Configure Feed

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

Fix poll radio button position on Safari

Plus a color

+2 -1
+2 -1
src/components/status.css
··· 2039 2039 .poll-label input:is([type='radio'], [type='checkbox']) { 2040 2040 flex-shrink: 0; 2041 2041 margin: 0 3px; 2042 - min-height: 0.9em; 2042 + min-height: 1.15em; 2043 + accent-color: var(--link-color); 2043 2044 } 2044 2045 .poll-option-votes { 2045 2046 flex-shrink: 0;