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:
parent
dd5ab6b10a
commit
bd5a24515f
@ -1412,7 +1412,7 @@ function truncatePubkey(hex: string | null): string {
|
|||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
.mesh-view {
|
.mesh-view {
|
||||||
height: auto;
|
height: auto;
|
||||||
padding: 0;
|
padding: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mesh-columns {
|
.mesh-columns {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user