opti: topbar style

This commit is contained in:
mitsuhatu
2022-07-28 17:58:25 +08:00
parent 66488d1ec8
commit d18a07727c
7 changed files with 77 additions and 42 deletions

View File

@@ -173,7 +173,6 @@ const LigoApp = styled('div')({
display: 'flex',
flex: '1 1 0%',
backgroundColor: 'white',
margin: '10px 0',
});
const LigoLeftContainer = styled('div')({
@@ -184,7 +183,7 @@ const LigoLeftContainer = styled('div')({
const WorkspaceSidebar = styled('div')(({ hidden }) => ({
position: 'absolute',
bottom: '48px',
top: '8px',
top: '12px',
zIndex: 1,
display: 'flex',
flexDirection: 'column',