Merge pull request #4654 from naynyeinchan/fix/dialog

Fix #4653 - Edit dialog tailwind class
pull/4815/head
Tuğçe Küçükoğlu 2023-11-13 14:09:25 +03:00 committed by GitHub
commit fbe4da7d5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -397,7 +397,7 @@ export default {
root: ({ state }) => ({
class: [
'rounded-lg shadow-lg border-0',
'max-h-90 transform scale-100',
'max-h-[90%] transform scale-100',
'm-0 w-[50vw]',
'dark:border dark:border-blue-900/40',
{
@ -430,7 +430,6 @@ export default {
class: [
'overflow-y-auto',
'bg-white text-gray-700 px-6 pb-8 pt-0',
,
'dark:bg-gray-900 dark:text-white/80',
{
grow: state.maximized