fix(design-system): organisms/editor-shell: add spacer above masthead

This commit is contained in:
41666 2022-01-22 20:22:02 -05:00
parent 4e2616c1a7
commit 8eb4377044

View file

@ -57,6 +57,7 @@ export const EditorShell = (props: EditorShellProps) => {
onSubmit={doSubmit}
/>
<Container style={{ marginTop: 95 }}>
<Space />
<ServerMasthead guild={props.guild.guild} editable={false} />
<Space />
<EditableServerMessage