mirror of
https://github.com/unraid/api.git
synced 2025-12-31 21:49:57 -06:00
fix: edit settings padding issue
This commit is contained in:
@@ -52,10 +52,10 @@ const overview = computed(() => {
|
|||||||
class="w-full max-w-[100vw] sm:max-w-[540px] max-h-screen h-screen min-h-screen px-0 flex flex-col gap-5 pb-0"
|
class="w-full max-w-[100vw] sm:max-w-[540px] max-h-screen h-screen min-h-screen px-0 flex flex-col gap-5 pb-0"
|
||||||
>
|
>
|
||||||
<div class="relative flex flex-col h-full w-full">
|
<div class="relative flex flex-col h-full w-full">
|
||||||
<SheetHeader class="ml-1 px-6 items-baseline gap-1">
|
<SheetHeader class="ml-1 px-6 items-baseline gap-1 pb-2">
|
||||||
<SheetTitle class="text-2xl">Notifications</SheetTitle>
|
<SheetTitle class="text-2xl">Notifications</SheetTitle>
|
||||||
<a href="/Settings/Notifications">
|
<a href="/Settings/Notifications">
|
||||||
<Button variant="link" size="sm" class="p-0 h-auto"> Edit Settings </Button>
|
<Button variant="link" size="sm" class="p-0 h-auto">Edit Settings</Button>
|
||||||
</a>
|
</a>
|
||||||
</SheetHeader>
|
</SheetHeader>
|
||||||
<Tabs
|
<Tabs
|
||||||
|
|||||||
Reference in New Issue
Block a user