Skip to content

Commit

Permalink
quick fix: overwrite plugin list marginTop to be always 0
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyCrazy committed May 29, 2023
1 parent 010fedd commit d21b221
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export default function PluginList() {
<FaDownload style={{ paddingLeft: '1rem' }} />
</DialogButton>
)}
<DialogControlsSection>
<DialogControlsSection style={{ marginTop: 0 }}>
<ReorderableList<PluginData> entries={pluginEntries} onSave={onSave} interactables={PluginInteractables} />
</DialogControlsSection>
</DialogBody>
Expand Down

0 comments on commit d21b221

Please sign in to comment.