Skip to content

Commit

Permalink
chore: adjust floating sidebar style (toeverything#8619)
Browse files Browse the repository at this point in the history
close PD-1810

![CleanShot 2024-10-28 at 17 43 55@2x](https://github.com/user-attachments/assets/e75da922-957f-4596-94ff-a8352b0c7e64)
  • Loading branch information
JimmFly committed Oct 29, 2024
1 parent 343572c commit 5690720
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"]':
{
Expand Down

0 comments on commit 5690720

Please sign in to comment.