this repo has no description
0
fork

Configure Feed

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

Small style adjustments to composer

+5 -4
+5 -4
src/components/compose.css
··· 111 111 } 112 112 113 113 #compose-container form { 114 - --form-padding-inline: 12px; 115 - --form-padding-block: 8px; 114 + --form-padding-inline: 8px; 115 + --form-padding-block: 0; 116 116 /* border-radius: 16px; */ 117 117 padding: var(--form-padding-block) var(--form-padding-inline); 118 118 background-color: var(--bg-blur-color); ··· 521 521 } 522 522 } 523 523 524 - @media (min-width: 480px) { 525 - #compose-container button[type='submit'] { 524 + #compose-container button[type='submit'] { 525 + border-radius: 8px; 526 + @media (min-width: 480px) { 526 527 padding-inline: 24px; 527 528 } 528 529 }