Skip to content

Commit 77e8069

Browse files
committed
update SVG blank space
1 parent 9c2042a commit 77e8069

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,11 @@
184184
border: 1px solid var(--line);
185185
border-radius: 12px;
186186
background: linear-gradient(180deg, rgba(255,255,255,.8), rgba(246,251,250,.72));
187-
min-height: 220px;
187+
min-height: 240px;
188+
height: clamp(260px, 34vh, 420px);
188189
overflow: hidden;
189190
position: relative;
190-
flex: 1 1 58%;
191+
flex: 0 0 auto;
191192
}
192193
svg { width: 100%; height: 100%; display: block; }
193194
.graph-node { cursor: grab; }
@@ -218,7 +219,7 @@
218219
padding: .58rem;
219220
min-height: 205px;
220221
overflow: auto;
221-
flex: 1 1 42%;
222+
flex: 1 1 auto;
222223
}
223224
.h-splitter {
224225
align-self: stretch;

0 commit comments

Comments
 (0)