mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-10 21:48:48 +08:00
fix: cards overlapping issue (#5727)
Co-authored-by: EYHN <cneyhn@gmail.com>
This commit is contained in:
committed by
LongYinan
parent
6cfe5d4566
commit
9d9f89ef2e
@@ -17,11 +17,11 @@ const paperLocations = {
|
|||||||
},
|
},
|
||||||
'1': {
|
'1': {
|
||||||
x: -240,
|
x: -240,
|
||||||
y: -100,
|
y: -30,
|
||||||
},
|
},
|
||||||
'2': {
|
'2': {
|
||||||
x: 240,
|
x: 240,
|
||||||
y: -100,
|
y: -35,
|
||||||
},
|
},
|
||||||
'3': {
|
'3': {
|
||||||
x: -480,
|
x: -480,
|
||||||
|
|||||||
Reference in New Issue
Block a user