tweak: make textbox not resizable

This commit is contained in:
Draconizations 2022-05-14 16:18:43 +02:00
parent 214be4a0ee
commit 1db8b63687

View File

@ -125,4 +125,10 @@
<svelte:head>
<title>pk-webs | settings</title>
</svelte:head>
</svelte:head>
<style>
textarea {
resize: none;
}
</style>