mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-12-14 22:35:47 -07:00
Fixed Search Bar Alignment
This commit is contained in:
@@ -1225,7 +1225,7 @@ const LOCAL_STORAGE_KEY = "borealis_persistent_state";
|
||||
|
||||
{/* Search (about 20% wider) */}
|
||||
<ClickAwayListener onClickAway={() => setSearchOpen(false)}>
|
||||
<Box sx={{ display: "flex", alignItems: "center", gap: 0.5, ml: 1 }}>
|
||||
<Box sx={{ display: "flex", alignItems: "center", gap: 0.5, ml: 2 }}>
|
||||
{/* Category button unchanged... */}
|
||||
|
||||
<Box
|
||||
|
||||
Reference in New Issue
Block a user