Align search controls width with other boxes

Remove max-width constraint so controls match hero and status widths

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
b1rdmania
2025-12-29 15:10:52 +00:00
parent d006f363af
commit 6877df7d79
+1 -3
View File
@@ -336,12 +336,10 @@
color: var(--gb-darkest);
}
.controls {
margin: calc(var(--spacing-unit) * 3) auto calc(var(--spacing-unit) * 2) auto;
margin: calc(var(--spacing-unit) * 3) 0 calc(var(--spacing-unit) * 2) 0;
display: flex;
gap: calc(var(--spacing-unit) * 1.5);
align-items: stretch;
justify-content: center;
max-width: 720px;
}
.controls.locked {
opacity: 0.35;