this repo has no description
0
fork

Configure Feed

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

Apply grid to specific classes instead

Due to some extensions inject their own components here and conflicting

+2 -1
+2 -1
src/components/compose.css
··· 631 631 grid-template-columns: 1fr 1fr; 632 632 } 633 633 634 - > * { 634 + > .compose-field, 635 + > .compose-highlight { 635 636 grid-area: 1 / 1 / 2 / 2; 636 637 } 637 638