mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
chore: adjust floating sidebar style (#8619)
close PD-1810 
This commit is contained in:
@@ -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"]':
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user