refac: styling

This commit is contained in:
Timothy Jaeryang Baek 2025-11-25 04:52:03 -05:00
parent 84ca2258be
commit f22d92e102
2 changed files with 2 additions and 2 deletions

View file

@ -70,7 +70,7 @@
submitHandler(); submitHandler();
}} }}
> >
<div class="flex flex-col lg:flex-row w-full h-full pb-2 lg:space-x-4"> <div class="flex flex-col w-full h-full pb-2">
<UserList {channel} /> <UserList {channel} />
</div> </div>
</form> </form>

View file

@ -88,7 +88,7 @@
} }
</script> </script>
<div class="flex flex-col"> <div class="flex flex-col justify-center">
{#if users === null || total === null} {#if users === null || total === null}
<div class="my-10"> <div class="my-10">
<Spinner className="size-5" /> <Spinner className="size-5" />