From 0c6a0f48527f13a44c77bac3034ff06e469d2392 Mon Sep 17 00:00:00 2001 From: Ruslan Bakiev <572431+veikab@users.noreply.github.com> Date: Sat, 7 Mar 2026 12:51:52 +0700 Subject: [PATCH] fix: bottom bar 100px, items aligned to bottom center Co-Authored-By: Claude Opus 4.6 --- src/web/templates/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {