chore: update i18n & setting window

This commit is contained in:
Yi
2024-11-14 11:19:39 +08:00
parent 300cd675c6
commit 028fc00be6
4 changed files with 4 additions and 1 deletions

View File

@ -45,6 +45,7 @@ const MenuDialog = ({
leaveTo="opacity-0 scale-95"
>
<Dialog.Panel className={cn('grow relative w-full h-full p-0 overflow-hidden text-left align-middle transition-all transform bg-background-sidenav-bg backdrop-blur-md', className)}>
<div className='absolute top-0 right-0 h-full w-1/2 bg-components-panel-bg' />
{children}
</Dialog.Panel>
</Transition.Child>