mirror of
https://github.com/unraid/api.git
synced 2026-01-02 22:50:02 -06:00
refactor: callback modal width
This commit is contained in:
@@ -42,9 +42,9 @@ const { text, copy, copied, isSupported } = useClipboard({ source: keyUrl.value
|
||||
<template>
|
||||
<Modal
|
||||
:open="open"
|
||||
max-width="max-w-800px"
|
||||
max-width="max-w-640px"
|
||||
>
|
||||
<div class="text-16px text-center relative w-full flex flex-col gap-y-16px py-16px">
|
||||
<div class="text-16px text-center relative w-full flex flex-col gap-y-16px">
|
||||
<header>
|
||||
<h1 class="text-24px font-semibold">{{ heading }}</h1>
|
||||
<p v-if="subheading" class="text-16px opacity-80">{{ subheading }}</p>
|
||||
|
||||
@@ -88,6 +88,7 @@ export default <Partial<Config>>{
|
||||
'300px': '300px',
|
||||
'310px': '310px',
|
||||
'350px': '350px',
|
||||
'640px': '640px',
|
||||
'800px': '800px',
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user