diff --git a/src/web/templates/index.html b/src/web/templates/index.html
index aceada3..15e4203 100644
--- a/src/web/templates/index.html
+++ b/src/web/templates/index.html
@@ -107,13 +107,13 @@
}
.bottom-bar {
display: flex;
- align-items: stretch;
+ align-items: flex-end;
justify-content: center;
gap: 6px;
padding: 4px 8px;
background: #0d0d20;
border-top: 1px solid #222;
- height: 80px;
+ height: 100px;
flex-shrink: 0;
}
.cam-thumb {