diff options
| author | Beebles <102569435+beebls@users.noreply.github.com> | 2024-08-08 17:18:27 -0600 |
|---|---|---|
| committer | Beebles <102569435+beebls@users.noreply.github.com> | 2025-08-01 06:45:40 -0600 |
| commit | edf6b54db4bff465020a49ea4a50b3283723f55e (patch) | |
| tree | a05042af6b9a898973f582f934a57ada9af6581f | |
| parent | ccdfd53648a14a22e0fa661b694c1db8d9197dda (diff) | |
| download | decky-loader-edf6b54db4bff465020a49ea4a50b3283723f55e.tar.gz decky-loader-edf6b54db4bff465020a49ea4a50b3283723f55e.zip | |
move motd into div with padding
| -rw-r--r-- | frontend/src/components/PluginView.tsx | 2 |
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}> |
