mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 23:21:57 +00:00
move motd into div with padding
This commit is contained in:
@@ -38,12 +38,12 @@ const PluginView: FC = () => {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<TitleView />
|
<TitleView />
|
||||||
<MotdDisplay />
|
|
||||||
<div
|
<div
|
||||||
style={{
|
style={{
|
||||||
paddingTop: '16px',
|
paddingTop: '16px',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
<MotdDisplay />
|
||||||
<PanelSection>
|
<PanelSection>
|
||||||
{pluginList
|
{pluginList
|
||||||
.filter((p) => p.content)
|
.filter((p) => p.content)
|
||||||
|
|||||||
Reference in New Issue
Block a user