From b07ecd9d57793003a77da0e172016c9f44ef372d Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Wed, 29 Jul 2026 14:33:08 +0200 Subject: web: pin the utility cluster to the top-right of the controls bar Wrap the essential controls in a single .controls-main block that wraps internally, so reader/settings + downloads stay at the TOP-right instead of dropping to a second row. #controls (index only) becomes top-aligned; the reader's .controls form is untouched. --- internal/web/templates/index.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'internal/web/templates') diff --git a/internal/web/templates/index.html b/internal/web/templates/index.html index c706323..50ffdac 100644 --- a/internal/web/templates/index.html +++ b/internal/web/templates/index.html @@ -31,6 +31,7 @@ function stepDate(n){
+
{{/* Always-present marker so the server can tell a form submit with every version unchecked (show nothing) from a fresh visit (config default). */}} @@ -70,9 +71,10 @@ function stepDate(n){ it flips the body class without refetching the readings. */}} +
- {{/* Utility links, pushed to the right (see .controls-side). The export URLs - are built from the live control values at click time. */}} + {{/* Utility links, pinned to the top-right (see #controls / .controls-side). + The export URLs are built from the live control values at click time. */}} {{.L.NavReader}} → {{.L.NavSettings}} -- cgit v1.3