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:
@@ -37,12 +37,12 @@ const PluginView: FC = () => {
|
||||
return (
|
||||
<>
|
||||
<TitleView />
|
||||
<MotdDisplay />
|
||||
<div
|
||||
style={{
|
||||
paddingTop: '16px',
|
||||
}}
|
||||
>
|
||||
<MotdDisplay />
|
||||
<PanelSection>
|
||||
{pluginList.map(({ name, icon }) => (
|
||||
<PanelSectionRow key={name}>
|
||||
|
||||
Reference in New Issue
Block a user