Compare commits
3 Commits
7400b41670
...
74c842272d
Author | SHA1 | Date | |
---|---|---|---|
74c842272d | |||
9af8a50706 | |||
2538285632 |
@ -33,7 +33,7 @@
|
|||||||
];
|
];
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="flex justify-around items-center h-full">
|
<div class="flex justify-around items-center h-screen">
|
||||||
{#each tabs as tab}
|
{#each tabs as tab}
|
||||||
{#if tab.enabled}
|
{#if tab.enabled}
|
||||||
<div class="flex flex-col gap-4 justify-center items-center">
|
<div class="flex flex-col gap-4 justify-center items-center">
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
<div class="flex justify-center items-center w-full h-full">
|
<div class="flex justify-center items-center w-full h-screen">
|
||||||
<slot />
|
<slot />
|
||||||
</div>
|
</div>
|
||||||
|
@ -97,7 +97,7 @@
|
|||||||
let newReportModal: HTMLDialogElement;
|
let newReportModal: HTMLDialogElement;
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="h-screen flex flex-row">
|
<div class="h-full flex flex-row">
|
||||||
<div class="w-full flex flex-col overflow-scroll">
|
<div class="w-full flex flex-col overflow-scroll">
|
||||||
<HeaderBar bind:reportFilter />
|
<HeaderBar bind:reportFilter />
|
||||||
<hr class="divider my-1 mx-8 border-none" />
|
<hr class="divider my-1 mx-8 border-none" />
|
||||||
|
@ -98,7 +98,7 @@
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="h-screen flex flex-col overflow-hidden">
|
<div class="h-full flex flex-col overflow-hidden">
|
||||||
<HeaderBar bind:userFilter />
|
<HeaderBar bind:userFilter />
|
||||||
<hr class="divider my-1 mx-8 border-none" />
|
<hr class="divider my-1 mx-8 border-none" />
|
||||||
<div class="h-full overflow-scroll" bind:this={userTableContainerElement}>
|
<div class="h-full overflow-scroll" bind:this={userTableContainerElement}>
|
||||||
|
@ -254,7 +254,7 @@
|
|||||||
>
|
>
|
||||||
<form method="dialog" class="modal-box flex max-w-[95%] md:max-w-[90%] lg:max-w-[75%]">
|
<form method="dialog" class="modal-box flex max-w-[95%] md:max-w-[90%] lg:max-w-[75%]">
|
||||||
<button class="btn btn-sm btn-circle btn-ghost absolute right-2 top-2">✕</button>
|
<button class="btn btn-sm btn-circle btn-ghost absolute right-2 top-2">✕</button>
|
||||||
<div class="overflow-auto">
|
<div class="overflow-auto mt-5">
|
||||||
<div class="mb-4">
|
<div class="mb-4">
|
||||||
<div class="collapse collapse-arrow">
|
<div class="collapse collapse-arrow">
|
||||||
<input type="checkbox" autocomplete="off" checked />
|
<input type="checkbox" autocomplete="off" checked />
|
||||||
|
Reference in New Issue
Block a user