From 3d282389944d1639c5a4f8c8cd5ee030faa1003f Mon Sep 17 00:00:00 2001 From: Alexander Andreev Date: Sat, 21 Feb 2026 13:29:20 +0300 Subject: [PATCH] Public: simplify desktop header and photo detail flow Hide the redundant top heading on desktop while keeping the mobile context title visible. Reorder photo detail content to show images first, then metadata and description, so the page matches the expected viewing flow. --- index.php | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/index.php b/index.php index b854f1a..8f457d6 100644 --- a/index.php +++ b/index.php @@ -343,7 +343,7 @@ function outputWatermarked(string $path, string $mime): never