fix(ui): constrain library tab rail spacing
CI / build-and-test (push) Canceled after 0s
CI / provider-contracts (push) Canceled after 0s
CI / compose-contracts (push) Canceled after 0s

This commit is contained in:
2026-07-21 15:52:07 -04:00
parent b35fe42562
commit 7f6a2d09ac
+10 -1
View File
@@ -534,12 +534,21 @@
/* Library workspace navigation uses compact pills, never the generic underline tabs. */
.library-tabs {
gap: 4px;
min-height: 48px;
height: 50px;
min-height: 50px;
margin-top: -6px;
padding: 4px;
overflow-x: auto;
overflow-y: hidden;
border: 1px solid var(--border);
border-radius: 14px;
background: var(--surface-card);
scrollbar-width: none;
}
.library-tabs::-webkit-scrollbar {
width: 0;
height: 0;
}
.library-tabs > a,