feat(FN-4985): complete Step 1 — equalize pull toggle height on desktop

Fusion-Task-Id: FN-4985
Fusion-Task-Lineage: aef36307-9d45-4246-97c2-33948a3c5a04
This commit is contained in:
Fusion (runfusion.ai)
2026-05-18 04:03:35 -07:00
committed by gsxdsm
parent 0b6d1594ce
commit f13da3cc31

View File

@@ -2985,6 +2985,7 @@
.gm-pull-split {
position: relative;
display: flex;
align-items: stretch;
flex: 1 1 calc(var(--space-2xl) * 5);
}
@@ -2999,6 +3000,7 @@
.gm-pull-split-toggle {
flex: 0 0 auto;
align-self: stretch;
width: auto;
min-width: var(--space-xl);
border-top-left-radius: 0;