From 7c363dbae938ac0da215b77019ac634ce4422712 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Thu, 12 Mar 2026 21:13:10 -0700 Subject: [PATCH] fix(rwallet): reduce gap between top tabs and content Co-Authored-By: Claude Opus 4.6 --- modules/rwallet/components/folk-wallet-viewer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rwallet/components/folk-wallet-viewer.ts b/modules/rwallet/components/folk-wallet-viewer.ts index 02cd821..871905a 100644 --- a/modules/rwallet/components/folk-wallet-viewer.ts +++ b/modules/rwallet/components/folk-wallet-viewer.ts @@ -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: 24px; max-width: 640px; margin-left: auto; margin-right: auto; + margin-bottom: 8px; max-width: 640px; margin-left: auto; margin-right: auto; } .top-tab { padding: 12px 24px; border: none; background: transparent;