From a4b9e4f8b40b911c00616cd275ffc19536511ec8 Mon Sep 17 00:00:00 2001 From: Dorian Date: Wed, 18 Mar 2026 18:01:06 +0000 Subject: [PATCH] =?UTF-8?q?fix(TASK-29):=20mesh=20mobile=20gutters=20?= =?UTF-8?q?=E2=80=94=20add=2012px=20padding?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Mobile mesh view had padding: 0 causing glass cards to go edge-to-edge. Added 12px padding for consistent gutters. 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 604fefcb..65585c5a 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: 0; + padding: 12px; } .mesh-columns {