fix: bottom bar 100px, items aligned to bottom center

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Ruslan Bakiev
2026-03-07 12:51:52 +07:00
parent 59203a7838
commit 0c6a0f4852

View File

@@ -107,13 +107,13 @@
} }
.bottom-bar { .bottom-bar {
display: flex; display: flex;
align-items: stretch; align-items: flex-end;
justify-content: center; justify-content: center;
gap: 6px; gap: 6px;
padding: 4px 8px; padding: 4px 8px;
background: #0d0d20; background: #0d0d20;
border-top: 1px solid #222; border-top: 1px solid #222;
height: 80px; height: 100px;
flex-shrink: 0; flex-shrink: 0;
} }
.cam-thumb { .cam-thumb {