From c080c12629aeccd76cbf4d2ebf8caf9a203fc150 Mon Sep 17 00:00:00 2001 From: Dorian Date: Wed, 18 Mar 2026 18:50:20 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20mesh=20mobile=20padding=20=E2=80=94=20re?= =?UTF-8?q?move=20top=20padding=20to=20not=20conflict=20with=20Dashboard?= =?UTF-8?q?=20tab=20overlay?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Mobile mesh view uses 0 top padding so the Dashboard's mobileTabPaddingTop takes effect correctly (pushes content below fixed tab bar). Co-Authored-By: Claude Opus 4.6 (1M context) --- neode-ui/src/views/Mesh.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neode-ui/src/views/Mesh.vue b/neode-ui/src/views/Mesh.vue index d9ac14b6..1126b4c2 100644 --- a/neode-ui/src/views/Mesh.vue +++ b/neode-ui/src/views/Mesh.vue @@ -1412,7 +1412,7 @@ function truncatePubkey(hex: string | null): string { @media (max-width: 768px) { .mesh-view { height: auto; - padding: 12px; + padding: 0 12px 12px 12px; } .mesh-columns {