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
5e7a9dfa68
commit
a4b9e4f8b4
@ -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