diff options
Diffstat (limited to 'src/index.tsx')
| -rwxr-xr-x | src/index.tsx | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/src/index.tsx b/src/index.tsx index 8c48ad5..61dc8a5 100755 --- a/src/index.tsx +++ b/src/index.tsx @@ -237,20 +237,20 @@ function InstalledGamesSection() { </div> </PanelSectionRow> <PanelSectionRow> - <div style={{ display: 'flex', gap: '16px', marginTop: '12px' }}> - <ButtonItem - layout="below" - onClick={handlePatchClick} - > - Patch - </ButtonItem> - <ButtonItem - layout="below" - onClick={handleUnpatchClick} - > - Unpatch - </ButtonItem> - </div> + <ButtonItem + layout="below" + onClick={handlePatchClick} + > + Patch + </ButtonItem> + </PanelSectionRow> + <PanelSectionRow> + <ButtonItem + layout="below" + onClick={handleUnpatchClick} + > + Unpatch + </ButtonItem> </PanelSectionRow> </> )} |
