this repo has no description
0
fork

Configure Feed

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

Hide compose button on specific pages

+8
+4
src/pages/filters.css
··· 19 19 font-size: 1em; 20 20 } 21 21 } 22 + 23 + & ~ #compose-button { 24 + display: none; 25 + } 22 26 } 23 27 24 28 #filters-add-edit-modal {
+4
src/pages/lists.css
··· 1 + #lists-page ~ #compose-button { 2 + display: none; 3 + } 4 + 1 5 .list-form { 2 6 padding: 8px 0; 3 7 display: flex;