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