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:
parent
8957dd8ea7
commit
1b2842fc4a
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue