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