this repo has no description
0
fork

Configure Feed

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

Better alignment for poll radios/checkboxes

+2
+2
src/components/status.css
··· 1696 1696 .poll-label input:is([type='radio'], [type='checkbox']) { 1697 1697 flex-shrink: 0; 1698 1698 margin: 3px; 1699 + min-height: 1em; 1699 1700 } 1700 1701 .poll-option-votes { 1701 1702 flex-shrink: 0; ··· 1719 1720 } 1720 1721 .poll-option-title { 1721 1722 text-shadow: 0 1px var(--bg-color); 1723 + line-height: 1.2; 1722 1724 } 1723 1725 .poll-option-title .icon { 1724 1726 vertical-align: middle;