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

Support form controls without labels, added paddings

This commit is contained in:
2024-08-07 02:29:19 +04:00
parent f71dc5a029
commit 8aacd83474

View File

@@ -1,7 +1,7 @@
<script>
/** @type {string|undefined} */
export let label;
export let label = undefined;
</script>
<label class="control">
@@ -17,6 +17,8 @@
}
.control {
padding: 5px 0;
:global(textarea) {
width: 100%;
resize: vertical;