this repo has no description
0
fork

Configure Feed

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

Fix weird styles in Safari

+3 -1
+3 -1
src/pages/lists.css
··· 7 7 8 8 .list-form-row :is(input[type='text'], select) { 9 9 width: 100%; 10 + appearance: none; 10 11 } 11 12 12 13 .list-form-row .label-block { 13 - display: block; 14 + display: flex; 14 15 padding: 8px 0; 16 + gap: 4px; 15 17 } 16 18 17 19 .list-form-footer {