From c4d59265a75d48baecef9ecbc373f52a501f1505 Mon Sep 17 00:00:00 2001 From: Alec Schitzkat Date: Thu, 13 Aug 2026 03:27:32 +0200 Subject: [PATCH] ENH - Adjust app dock and page indicator positioning Adjust the vertical offsets for the app dock and page indicator to refine their placement within the UI. --- frontend/src/assets/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/assets/main.css b/frontend/src/assets/main.css index ee5b045..8863b60 100644 --- a/frontend/src/assets/main.css +++ b/frontend/src/assets/main.css @@ -2469,7 +2469,7 @@ button { .app-dock { position: absolute; z-index: 8; - bottom: 43px; + bottom: 30px; left: 15px; right: 15px; height: 82px; @@ -2520,7 +2520,7 @@ button { } .page-indicator { position: absolute; - bottom: 132px; + bottom: 122px; left: 0; right: 0; height: 14px;