feat: optimize small screen titlebar styles
This commit is contained in:
parent
8e0b91888f
commit
d756d8fc2f
22 changed files with 152 additions and 68 deletions
|
|
@ -41,7 +41,7 @@ const CommandDialog = ({
|
|||
</DialogHeader>
|
||||
<DialogContent
|
||||
className={cn(
|
||||
'overflow-hidden p-0 shadow-lg top-4 translate-y-0 data-[state=closed]:slide-out-to-top-0 data-[state=open]:slide-in-from-top-0',
|
||||
'overflow-hidden p-0 shadow-lg top-4 translate-y-0 data-[state=closed]:slide-out-to-top-4 data-[state=open]:slide-in-from-top-4',
|
||||
classNames?.content
|
||||
)}
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue