diff --git a/client/style.css b/client/style.css index 99da46c..f304c08 100644 --- a/client/style.css +++ b/client/style.css @@ -5403,10 +5403,11 @@ body.mobile-portrait #mobile-bottom-bar { display: flex; justify-content: space-between; align-items: center; - gap: 6px; + align-self: stretch; + gap: 8px; background: none; flex-shrink: 0; - padding: 6px 10px; + padding: 6px 12px; padding-bottom: calc(6px + env(safe-area-inset-bottom, 0px)); z-index: 900; }