chore: adjust floating sidebar style (#8619)

close PD-1810

![CleanShot 2024-10-28 at 17 43 55@2x](https://github.com/user-attachments/assets/e75da922-957f-4596-94ff-a8352b0c7e64)
This commit is contained in:
JimmFly 2024-10-29 04:53:32 +00:00
parent 343572c5b6
commit 5690720652
No known key found for this signature in database
GPG Key ID: 126E0320FEB0D05C

View File

@ -30,7 +30,7 @@ export const root = style({
},
'&[data-open="true"][data-handle-position="right"][data-is-floating="true"]':
{
transform: `translateX(${panelWidthVar})`,
transform: `translateX(calc(${panelWidthVar} + 4px))`,
},
'&[data-open="true"][data-handle-position="left"][data-is-floating="true"]':
{