Skip to content

Commit fb51b58

Browse files
committed
Make welcome banner wider, restore example list scrolling, extend grid into clipped edge
1 parent d8f2912 commit fb51b58

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

src/lib/components/WelcomeModal.svelte

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,9 @@
173173
top: 0;
174174
left: 0;
175175
bottom: 0;
176-
width: 58vw;
177-
max-width: 760px;
178-
min-width: 460px;
176+
width: 64vw;
177+
max-width: 900px;
178+
min-width: 480px;
179179
background: var(--surface);
180180
box-shadow: 4px 0 24px rgba(0, 0, 0, 0.25);
181181
z-index: calc(var(--z-modal) + 1);
@@ -202,7 +202,6 @@
202202
display: flex;
203203
flex-direction: column;
204204
gap: 16px;
205-
overflow-y: auto;
206205
}
207206
208207
.version-info {
@@ -283,6 +282,11 @@
283282
grid-auto-rows: min-content;
284283
align-items: start;
285284
gap: 10px;
285+
overflow-y: auto;
286+
min-height: 0;
287+
flex: 1;
288+
margin-right: -40px;
289+
padding-right: 8px;
286290
}
287291
288292
.example-card {

0 commit comments

Comments
 (0)