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.
This commit is contained in:
Alec Schitzkat
2026-08-13 03:27:32 +02:00
parent 64a6e58577
commit c4d59265a7
+2 -2
View File
@@ -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;