fix(TASK-29): mesh mobile gutters — add 12px padding

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) <noreply@anthropic.com>
This commit is contained in:
Dorian 2026-03-18 18:01:06 +00:00
parent 5e7a9dfa68
commit a4b9e4f8b4

View File

@ -1412,7 +1412,7 @@ function truncatePubkey(hex: string | null): string {
@media (max-width: 768px) {
.mesh-view {
height: auto;
padding: 0;
padding: 12px;
}
.mesh-columns {