Skip to content

Commit

Permalink
fix quirks page
Browse files Browse the repository at this point in the history
  • Loading branch information
AyIong committed Apr 18, 2024
1 parent 2f2ca15 commit 7cfcc59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tgui/packages/tgui/interfaces/PreferencesMenu/QuirksPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ export function QuirksPage(props) {
};

return (
<Stack align="center" fill>
<Stack fill>
<Stack.Item basis="50%">
<Stack vertical fill align="center">
<Stack.Item>
Expand Down Expand Up @@ -450,7 +450,7 @@ export function QuirksPage(props) {
</Stack>
</Stack.Item>

<Stack.Item>
<Stack.Item align="center">
<Icon name="exchange-alt" size={1.5} ml={2} mr={2} />
</Stack.Item>

Expand Down

0 comments on commit 7cfcc59

Please sign in to comment.