aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/src/TopBar.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/frontend/src/TopBar.tsx')
-rw-r--r--subprojects/frontend/src/TopBar.tsx9
1 files changed, 7 insertions, 2 deletions
diff --git a/subprojects/frontend/src/TopBar.tsx b/subprojects/frontend/src/TopBar.tsx
index c22ca8b1..cfeab6d7 100644
--- a/subprojects/frontend/src/TopBar.tsx
+++ b/subprojects/frontend/src/TopBar.tsx
@@ -109,7 +109,6 @@ export default observer(function TopBar(): JSX.Element {
109 direction="row" 109 direction="row"
110 alignItems="center" 110 alignItems="center"
111 sx={{ 111 sx={{
112 py: 0.5,
113 position: 'absolute', 112 position: 'absolute',
114 top: 0, 113 top: 0,
115 bottom: 0, 114 bottom: 0,
@@ -120,7 +119,13 @@ export default observer(function TopBar(): JSX.Element {
120 <PaneButtons themeStore={themeStore} hideLabel={!large} /> 119 <PaneButtons themeStore={themeStore} hideLabel={!large} />
121 </Stack> 120 </Stack>
122 )} 121 )}
123 <Stack direction="row" marginLeft={1} marginRight={1} gap={1}> 122 <Stack
123 direction="row"
124 marginLeft={1}
125 marginRight={1}
126 gap={1}
127 alignItems="center"
128 >
124 <GenerateButton editorStore={editorStore} hideWarnings={!veryLarge} /> 129 <GenerateButton editorStore={editorStore} hideWarnings={!veryLarge} />
125 {large && ( 130 {large && (
126 <IconButton 131 <IconButton