(newFlags = withFlag(
newFlags,
@@ -140,9 +145,11 @@
value === true
))}
/>
-
+
{/each}
@@ -196,11 +203,12 @@
overflow-x: hidden;
overflow-y: auto;
}
+
.flag {
display: flex;
flex-direction: row;
gap: var(--wordplay-spacing);
- align-items: center;
+ align-items: normal;
font-size: medium;
}