Skip to content

Commit

Permalink
move motd into div with padding
Browse files Browse the repository at this point in the history
  • Loading branch information
beebls committed Sep 13, 2024
1 parent 29cfe6c commit 3193f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/PluginView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ const PluginView: FC = () => {
return (
<>
<TitleView />
<MotdDisplay />
<div
style={{
paddingTop: '16px',
}}
>
<MotdDisplay />
<PanelSection>
{pluginList
.filter((p) => p.content)
Expand Down

0 comments on commit 3193f71

Please sign in to comment.