Removes shadow
This commit is contained in:
@@ -235,7 +235,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{#if !$page.data.features.security || $user.admin}
|
{#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>
|
<span slot="title">Change NTP Settings</span>
|
||||||
<form
|
<form
|
||||||
class="form-control w-full"
|
class="form-control w-full"
|
||||||
|
|||||||
@@ -457,7 +457,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"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user