move motd into div with padding

This commit is contained in:
Beebles
2024-08-08 17:18:27 -06:00
parent ccdfd53648
commit edf6b54db4
+1 -1
View File
@@ -37,12 +37,12 @@ const PluginView: FC = () => {
return (
<>
<TitleView />
<MotdDisplay />
<div
style={{
paddingTop: '16px',
}}
>
<MotdDisplay />
<PanelSection>
{pluginList.map(({ name, icon }) => (
<PanelSectionRow key={name}>