move motd into div with padding

This commit is contained in:
Beebles
2024-08-08 17:18:27 -06:00
parent 29cfe6c66e
commit 3193f71c20
+1 -1
View File
@@ -38,12 +38,12 @@ const PluginView: FC = () => {
return (
<>
<TitleView />
<MotdDisplay />
<div
style={{
paddingTop: '16px',
}}
>
<MotdDisplay />
<PanelSection>
{pluginList
.filter((p) => p.content)