From 7ce06bbcb1c9eefceb2c1d22f3cfb0f8ed739f8f Mon Sep 17 00:00:00 2001 From: Reece Date: Thu, 3 Jul 2025 16:49:26 +0100 Subject: [PATCH] bigger boy --- stirling-pdf/src/main/resources/templates/fragments/common.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stirling-pdf/src/main/resources/templates/fragments/common.html b/stirling-pdf/src/main/resources/templates/fragments/common.html index 4de2a8838..215927162 100644 --- a/stirling-pdf/src/main/resources/templates/fragments/common.html +++ b/stirling-pdf/src/main/resources/templates/fragments/common.html @@ -32,7 +32,7 @@ // Counter-scale to maintain same visual size const isMobile = window.innerWidth <= 768 || /Android|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent); - const baseScale = isMobile ? 2 : 1.1; // 180% bigger on mobile (1 + 1.8 = 2.8, but 1.98 accounts for counter-scaling) + const baseScale = isMobile ? 3 : 1.1; // 180% bigger on mobile (1 + 1.8 = 2.8, but 1.98 accounts for counter-scaling) const navScale = baseScale / currentDPR; // Dropdowns at 100% (no additional scaling) const dropdownScale = 1.0;