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:
Smittix
2026-02-04 20:53:59 +00:00
parent 2f4f6069b8
commit c81de4eecc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -755,7 +755,7 @@ body {
grid-column: 1 / -1; grid-column: 1 / -1;
grid-row: 2; grid-row: 2;
display: flex; display: flex;
align-items: stretch; align-items: flex-end;
flex-wrap: nowrap; flex-wrap: nowrap;
gap: 8px; gap: 8px;
padding: 8px 15px; padding: 8px 15px;
+1 -1
View File
@@ -670,7 +670,7 @@ body {
grid-column: 1 / -1; grid-column: 1 / -1;
grid-row: 2; grid-row: 2;
display: flex; display: flex;
align-items: stretch; align-items: flex-end;
flex-wrap: nowrap; flex-wrap: nowrap;
gap: 8px; gap: 8px;
padding: 8px 15px; padding: 8px 15px;