mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-03 06:03:21 +03:00
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:
parent
343572c5b6
commit
5690720652
@ -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"]':
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user