mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-12-16 02:45:48 -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) */}
|
{/* Search (about 20% wider) */}
|
||||||
<ClickAwayListener onClickAway={() => setSearchOpen(false)}>
|
<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... */}
|
{/* Category button unchanged... */}
|
||||||
|
|
||||||
<Box
|
<Box
|
||||||
|
|||||||
Reference in New Issue
Block a user