Removes the in card shadow

This commit is contained in:
Rune Harlyk
2024-04-23 20:01:51 +02:00
committed by Rune Harlyk
parent 5148891fc4
commit 3649d53b04
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -244,7 +244,7 @@
</div> </div>
{#if !$page.data.features.security || $user.admin} {#if !$page.data.features.security || $user.admin}
<div class="bg-base-200 shadow-lg relative grid w-full max-w-2xl self-center overflow-hidden"> <div class="bg-base-200 relative grid w-full max-w-2xl self-center overflow-hidden">
<div <div
class="min-h-16 flex w-full items-center justify-between space-x-3 p-0 text-xl font-medium" class="min-h-16 flex w-full items-center justify-between space-x-3 p-0 text-xl font-medium"
> >
+1 -1
View File
@@ -454,7 +454,7 @@
{/await} {/await}
</div> </div>
<div class="bg-base-200 shadow-lg relative grid w-full max-w-2xl self-center overflow-hidden"> <div class="bg-base-200 relative grid w-full max-w-2xl self-center overflow-hidden">
<div <div
class="min-h-16 flex w-full items-center justify-between space-x-3 p-0 text-xl font-medium" class="min-h-16 flex w-full items-center justify-between space-x-3 p-0 text-xl font-medium"
> >