mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-23 21:02:09 +03:00
opti: adjust page-tree position;
This commit is contained in:
parent
d7c9d430e4
commit
8280cf47b9
@ -146,7 +146,7 @@ const LigoLeftContainer = styled('div')({
|
|||||||
const WorkspaceSidebar = styled('div')(({ hidden }) => ({
|
const WorkspaceSidebar = styled('div')(({ hidden }) => ({
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
bottom: '48px',
|
bottom: '48px',
|
||||||
top: '0px',
|
top: '72px',
|
||||||
zIndex: 1,
|
zIndex: 1,
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
flexDirection: 'column',
|
flexDirection: 'column',
|
||||||
|
Loading…
Reference in New Issue
Block a user