Skip to content

Commit 966ad8e

Browse files
committed
fix CSS for small results
1 parent ac75a28 commit 966ad8e

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/lib/Extension/Component.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@
348348
display: flex;
349349
flex-direction: column;
350350
justify-content: space-between;
351-
351+
352352
border-radius: 6px;
353353
}
354354
:global(body.dark-mode) .block {

src/routes/+page.svelte

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -523,6 +523,8 @@
523523
display: flex;
524524
flex-direction: row;
525525
flex-wrap: wrap;
526+
align-items: stretch;
527+
align-content: flex-start;
526528
justify-content: center;
527529
}
528530
.extension-list[data-filteropen="true"] {

0 commit comments

Comments
 (0)