SplitterPanel updates

pull/4243/head
Tuğçe Küçükoğlu 2023-08-07 15:56:40 +03:00
parent ea472701a1
commit 9727cc1515
1 changed files with 3 additions and 11 deletions

View File

@ -335,7 +335,9 @@ export default {
}
]
}),
splitterpanel: {
root: 'flex grow'
},
gutter: ({ props }) => ({
class: [
'flex items-center justify-center shrink-0',
@ -356,16 +358,6 @@ export default {
]
})
},
splitterpanel: {
root: ({ context }) => ({
class: [
'grow flex',
{
'justify-center items-center': !context.nested
}
]
})
},
dialog: {
root: ({ state }) => ({
class: [