Fixed Search Bar Alignment

This commit is contained in:
2025-11-06 02:06:37 -07:00
parent a885db45c4
commit 862124d301

View File

@@ -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