mirror of
https://github.com/smittix/intercept.git
synced 2026-04-24 14:50:00 -07:00
Use flex-end alignment for controls bar bottom alignment
Change from stretch to flex-end to ensure control group bottom edges stay aligned regardless of varying heights. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -755,7 +755,7 @@ body {
|
||||
grid-column: 1 / -1;
|
||||
grid-row: 2;
|
||||
display: flex;
|
||||
align-items: stretch;
|
||||
align-items: flex-end;
|
||||
flex-wrap: nowrap;
|
||||
gap: 8px;
|
||||
padding: 8px 15px;
|
||||
|
||||
Reference in New Issue
Block a user