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:
+1
-3
@@ -336,12 +336,10 @@
|
|||||||
color: var(--gb-darkest);
|
color: var(--gb-darkest);
|
||||||
}
|
}
|
||||||
.controls {
|
.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;
|
display: flex;
|
||||||
gap: calc(var(--spacing-unit) * 1.5);
|
gap: calc(var(--spacing-unit) * 1.5);
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
justify-content: center;
|
|
||||||
max-width: 720px;
|
|
||||||
}
|
}
|
||||||
.controls.locked {
|
.controls.locked {
|
||||||
opacity: 0.35;
|
opacity: 0.35;
|
||||||
|
|||||||
Reference in New Issue
Block a user