parent
9af8a50706
commit
74c842272d
src/routes/admin
@ -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}>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user