1
0
mirror of https://github.com/koloml/furbooru-tagging-assistant.git synced 2025-12-24 07:12:57 +00:00

Update default appearance of selectors

This commit is contained in:
2024-08-07 03:48:47 +04:00
parent e85055368a
commit 56f397c2d8
2 changed files with 11 additions and 1 deletions

View File

@@ -32,3 +32,9 @@
<option {value}>{label}</option>
{/each}
</select>
<style lang="scss">
select {
width: 100%;
}
</style>