fix: mesh mobile padding — remove top padding to not conflict with Dashboard tab overlay
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) <noreply@anthropic.com>
This commit is contained in:
parent
0281229425
commit
c080c12629
@ -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: 12px;
|
padding: 0 12px 12px 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mesh-columns {
|
.mesh-columns {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user