mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 02:41:58 +00:00
quick fix: overwrite plugin list marginTop to be always 0
This commit is contained in:
@@ -183,7 +183,7 @@ export default function PluginList() {
|
|||||||
<FaDownload style={{ paddingLeft: '1rem' }} />
|
<FaDownload style={{ paddingLeft: '1rem' }} />
|
||||||
</DialogButton>
|
</DialogButton>
|
||||||
)}
|
)}
|
||||||
<DialogControlsSection>
|
<DialogControlsSection style={{ marginTop: 0 }}>
|
||||||
<ReorderableList<PluginData> entries={pluginEntries} onSave={onSave} interactables={PluginInteractables} />
|
<ReorderableList<PluginData> entries={pluginEntries} onSave={onSave} interactables={PluginInteractables} />
|
||||||
</DialogControlsSection>
|
</DialogControlsSection>
|
||||||
</DialogBody>
|
</DialogBody>
|
||||||
|
|||||||
Reference in New Issue
Block a user