summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeebles <102569435+beebls@users.noreply.github.com>2024-08-08 17:18:27 -0600
committerBeebles <102569435+beebls@users.noreply.github.com>2025-08-01 06:45:40 -0600
commitedf6b54db4bff465020a49ea4a50b3283723f55e (patch)
treea05042af6b9a898973f582f934a57ada9af6581f
parentccdfd53648a14a22e0fa661b694c1db8d9197dda (diff)
downloaddecky-loader-edf6b54db4bff465020a49ea4a50b3283723f55e.tar.gz
decky-loader-edf6b54db4bff465020a49ea4a50b3283723f55e.zip
move motd into div with padding
-rw-r--r--frontend/src/components/PluginView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/PluginView.tsx b/frontend/src/components/PluginView.tsx
index d6f7ff8f..88b43b51 100644
--- a/frontend/src/components/PluginView.tsx
+++ b/frontend/src/components/PluginView.tsx
@@ -37,12 +37,12 @@ const PluginView: FC = () => {
return (
<>
<TitleView />
- <MotdDisplay />
<div
style={{
paddingTop: '16px',
}}
>
+ <MotdDisplay />
<PanelSection>
{pluginList.map(({ name, icon }) => (
<PanelSectionRow key={name}>