diff options
| author | Kit La Touche <kit@transneptune.net> | 2024-10-08 22:58:17 -0400 |
|---|---|---|
| committer | Kit La Touche <kit@transneptune.net> | 2024-10-08 22:58:17 -0400 |
| commit | dd62b823e01934a0f841256fdb17b551091896bf (patch) | |
| tree | b8494b134cc32d62b431eb97be19e23fd90635e0 /hi-ui/src/lib/CreateChannelForm.svelte | |
| parent | 7f0ce0c639e936db0f5f3fabcbe2d279261d0c0b (diff) | |
All kinds of styling
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> |
