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:
Dorian 2026-03-18 18:50:20 +00:00
parent 0281229425
commit c080c12629

View File

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