From eddfb85d7b47fcca3858ff66ee807f930b0ac3d4 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 16 Feb 2026 10:48:43 +0000 Subject: [PATCH] Enhance navbar tap targets for touch devices in mobile view --- templates/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/base.html b/templates/base.html index a45399c5..8c411ada 100644 --- a/templates/base.html +++ b/templates/base.html @@ -112,8 +112,8 @@ } } -/* Improve navbar tap targets and mobile dropdown behaviour */ - @media (max-width: 991.98px) { +/* Improve navbar tap targets and mobile dropdown behaviour (touch devices only) */ + @media (max-width: 991.98px) and (hover: none) and (pointer: coarse) { /* Make navbar links larger and easier to tap */ .navbar-nav .nav-link { padding: .75rem 1rem;