diff options
Diffstat (limited to 'hi-ui/src/lib/CreateChannelForm.svelte')
| -rw-r--r-- | hi-ui/src/lib/CreateChannelForm.svelte | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hi-ui/src/lib/CreateChannelForm.svelte b/hi-ui/src/lib/CreateChannelForm.svelte index 6b4b7a4..8910b4d 100644 --- a/hi-ui/src/lib/CreateChannelForm.svelte +++ b/hi-ui/src/lib/CreateChannelForm.svelte @@ -15,8 +15,8 @@ </script> <form on:submit|preventDefault={handleSubmit} class="form form-row flex-nowrap"> - <input type="text" placeholder="create channel" bind:value={name} disabled={disabled} class="input flex-auto h-6" /> - <button type="submit" class="flex-none w-4 h-4">➕</button> + <input type="text" placeholder="create channel" bind:value={name} disabled={disabled} class="input flex-auto h-6 w-9/12" /> + <button type="submit" class="flex-none w-6 h-6">➕</button> </form> <style> |
