From 10e647570b32ae7b88e1fd39776f430798804903 Mon Sep 17 00:00:00 2001 From: Kacper Date: Sun, 14 Dec 2025 00:15:04 +0100 Subject: [PATCH] feat: improve FileBrowserDialog layout and styling - Enhanced the layout of the FileBrowserDialog component by adding overflow handling and padding to improve visual consistency. - Updated the DialogHeader and DialogFooter with additional styling for better separation and usability. --- apps/app/src/components/dialogs/file-browser-dialog.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/app/src/components/dialogs/file-browser-dialog.tsx b/apps/app/src/components/dialogs/file-browser-dialog.tsx index 29c183f1..e16c2a43 100644 --- a/apps/app/src/components/dialogs/file-browser-dialog.tsx +++ b/apps/app/src/components/dialogs/file-browser-dialog.tsx @@ -113,8 +113,8 @@ export function FileBrowserDialog({ return ( - - + + {title} @@ -124,7 +124,7 @@ export function FileBrowserDialog({ -
+
{/* Drives selector (Windows only) */} {drives.length > 0 && (
@@ -216,7 +216,7 @@ export function FileBrowserDialog({
- +