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 8e88bde7ef
commit f361dd4e7c
1 changed files with 1 additions and 1 deletions

View File

@ -377,7 +377,7 @@ const AppLayout: React.FC<AppLayoutProps> = ({ children }) => {
</Typography> </Typography>
{/* Global Search Bar */} {/* 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 /> <GlobalSearchBar />
</Box> </Box>