Skip to content

Commit bac8da0

Browse files
committed
refactor: editor ui tweak
1 parent f07728d commit bac8da0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/src/pages/image-editor-page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@ export function ImageEditorPage({ galleryKey, imageKey, loaderData }: ImageEdito
751751
</div>
752752

753753
{/* Bottom bar - status bar style */}
754-
<div className='bg-background overflow-x-auto border-t px-4 py-3'>
754+
<div className='bg-background h-12 overflow-x-auto overflow-y-hidden border-t px-4 pt-2'>
755755
{/* Imagor Path - scrollable with monospace font */}
756756
<code className='text-muted-foreground font-mono text-xs whitespace-nowrap select-text'>
757757
{imagorPath}
@@ -1286,7 +1286,7 @@ export function ImageEditorPage({ galleryKey, imageKey, loaderData }: ImageEdito
12861286
</DndContext>
12871287

12881288
{/* Bottom bar - status bar style */}
1289-
<div className='bg-background overflow-x-auto border-t px-4 py-3'>
1289+
<div className='bg-background h-12 overflow-x-auto overflow-y-hidden border-t px-4 pt-2'>
12901290
{/* Imagor Path - scrollable with monospace font */}
12911291
<code className='text-muted-foreground font-mono text-xs whitespace-nowrap select-text'>
12921292
{imagorPath}

0 commit comments

Comments
 (0)