mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-18 10:31:50 +08: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"]':
|
'&[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"]':
|
'&[data-open="true"][data-handle-position="left"][data-is-floating="true"]':
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user