mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 14:01:58 +00:00
move motd into div with padding
This commit is contained in:
@@ -37,12 +37,12 @@ const PluginView: FC = () => {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<TitleView />
|
<TitleView />
|
||||||
<MotdDisplay />
|
|
||||||
<div
|
<div
|
||||||
style={{
|
style={{
|
||||||
paddingTop: '16px',
|
paddingTop: '16px',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
<MotdDisplay />
|
||||||
<PanelSection>
|
<PanelSection>
|
||||||
{pluginList.map(({ name, icon }) => (
|
{pluginList.map(({ name, icon }) => (
|
||||||
<PanelSectionRow key={name}>
|
<PanelSectionRow key={name}>
|
||||||
|
|||||||
Reference in New Issue
Block a user