mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
fix(design-system): organisms/editor-shell: add spacer above masthead
This commit is contained in:
parent
4e2616c1a7
commit
8eb4377044
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue