Compare commits

...

3 Commits

Author SHA1 Message Date
74c842272d fix height on admin page users and reports
All checks were successful
delpoy / build-and-deploy (push) Successful in 41s
2023-12-01 14:20:45 +01:00
9af8a50706 fix register rule close button position 2023-12-01 14:13:38 +01:00
2538285632 fix admin login and root page height 2023-12-01 14:10:38 +01:00
5 changed files with 5 additions and 5 deletions

View File

@ -33,7 +33,7 @@
];
</script>
<div class="flex justify-around items-center h-full">
<div class="flex justify-around items-center h-screen">
{#each tabs as tab}
{#if tab.enabled}
<div class="flex flex-col gap-4 justify-center items-center">

View File

@ -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 />
</div>

View File

@ -97,7 +97,7 @@
let newReportModal: HTMLDialogElement;
</script>
<div class="h-screen flex flex-row">
<div class="h-full flex flex-row">
<div class="w-full flex flex-col overflow-scroll">
<HeaderBar bind:reportFilter />
<hr class="divider my-1 mx-8 border-none" />

View File

@ -98,7 +98,7 @@
}
</script>
<div class="h-screen flex flex-col overflow-hidden">
<div class="h-full flex flex-col overflow-hidden">
<HeaderBar bind:userFilter />
<hr class="divider my-1 mx-8 border-none" />
<div class="h-full overflow-scroll" bind:this={userTableContainerElement}>

View File

@ -254,7 +254,7 @@
>
<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>
<div class="overflow-auto">
<div class="overflow-auto mt-5">
<div class="mb-4">
<div class="collapse collapse-arrow">
<input type="checkbox" autocomplete="off" checked />