feat(client): give more space to the quick search bar

This commit is contained in:
perf3ct 2025-06-16 21:02:57 +00:00
parent 8a3db3f4f7
commit 54a5e88ae3
No known key found for this signature in database
GPG Key ID: 569C4EEC436F5232
1 changed files with 1 additions and 1 deletions

View File

@ -377,7 +377,7 @@ const AppLayout: React.FC<AppLayoutProps> = ({ children }) => {
</Typography>
{/* Global Search Bar */}
<Box sx={{ flexGrow: 1, display: 'flex', justifyContent: 'center', mx: 2 }}>
<Box sx={{ flexGrow: 2, display: 'flex', justifyContent: 'center', mx: 1, flex: '1 1 auto' }}>
<GlobalSearchBar />
</Box>