mirror of
https://github.com/readur/readur.git
synced 2026-05-13 01:49:09 -05:00
feat(client): give more space to the quick search bar
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user