Removes shadow

This commit is contained in:
Rune Harlyk
2024-04-29 22:15:02 +02:00
committed by Rune Harlyk
parent f11b4b0c35
commit d13a9d2b80
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -235,7 +235,7 @@
</div>
{#if !$page.data.features.security || $user.admin}
<Collapsible open={false} class="shadow-lg" on:closed={getNTPSettings}>
<Collapsible open={false} on:closed={getNTPSettings}>
<span slot="title">Change NTP Settings</span>
<form
class="form-control w-full"
+1 -1
View File
@@ -457,7 +457,7 @@
</div>
{#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
class="min-h-16 flex w-full items-center justify-between space-x-3 p-0 text-xl font-medium"
>