feat(client): give more space to the quick search bar
This commit is contained in:
parent
8a3db3f4f7
commit
54a5e88ae3
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue