fix: sidebar filter inputs full width (grow=Yes on container Box)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-03 01:00:33 -04:00
parent 986e4bb93a
commit 977fa8aa1b
2 changed files with 5 additions and 1 deletions
+4 -1
View File
@@ -262,7 +262,10 @@ export function Direct() {
</NavItem>
</NavCategory>
<NavCategory>
<Box style={{ padding: `0 ${config.space.S200}`, paddingBottom: config.space.S100 }}>
<Box
grow="Yes"
style={{ padding: `0 ${config.space.S200}`, paddingBottom: config.space.S100 }}
>
<Input
value={filterQuery}
onChange={(e: React.ChangeEvent<HTMLInputElement>) =>
+1
View File
@@ -393,6 +393,7 @@ export function Home() {
</NavCategory>
<NavCategory>
<Box
grow="Yes"
style={{ padding: `0 ${config.space.S200}`, paddingBottom: config.space.S100 }}
direction="Column"
gap="100"