summaryrefslogtreecommitdiff
path: root/frontend/src/components
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>2024-09-13 17:22:14 -0600
commit3193f71c20c5c40c2742547ec291ad06cc12e27f (patch)
tree330d3fb97731ab6e5938a28a8da4d0e25756ed87 /frontend/src/components
parent29cfe6c66e74d40644ce74f44df02a79f6d308c8 (diff)
downloaddecky-loader-3193f71c20c5c40c2742547ec291ad06cc12e27f.tar.gz
decky-loader-3193f71c20c5c40c2742547ec291ad06cc12e27f.zip
move motd into div with padding
Diffstat (limited to 'frontend/src/components')
-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 e800dc0d..0ee24961 100644
--- a/frontend/src/components/PluginView.tsx
+++ b/frontend/src/components/PluginView.tsx
@@ -38,12 +38,12 @@ const PluginView: FC = () => {
return (
<>
<TitleView />
- <MotdDisplay />
<div
style={{
paddingTop: '16px',
}}
>
+ <MotdDisplay />
<PanelSection>
{pluginList
.filter((p) => p.content)