fix(rwallet): remove all gap between top tabs and content

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-03-12 21:25:53 -07:00
parent 8957dd8ea7
commit 1b2842fc4a
1 changed files with 1 additions and 1 deletions

View File

@ -1190,7 +1190,7 @@ class FolkWalletViewer extends HTMLElement {
/* ── Top-level tabs ── */
.top-tabs {
display: flex; gap: 0; border-bottom: 2px solid var(--rs-border-subtle);
margin-bottom: 8px; max-width: 640px; margin-left: auto; margin-right: auto;
margin-bottom: 0; max-width: 640px; margin-left: auto; margin-right: auto;
}
.top-tab {
padding: 12px 24px; border: none; background: transparent;