mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-28 11:53:24 +03:00
commit
5763baf8cd
@ -4,7 +4,7 @@ import Link from 'next/link';
|
||||
export const StyledSliderBar = styled.div<{ show: boolean }>(
|
||||
({ theme, show }) => {
|
||||
return {
|
||||
width: show ? '320px' : '0',
|
||||
width: show ? '256px' : '0',
|
||||
height: '100vh',
|
||||
background: theme.mode === 'dark' ? '#272727' : '#FBFBFC',
|
||||
boxShadow: theme.shadow.modal,
|
||||
|
@ -1,14 +1,8 @@
|
||||
debug-menu {
|
||||
display: none !important;
|
||||
}
|
||||
.affine-block-children-container.edgeless {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.affine-default-page-block-title-container {
|
||||
margin-top: 78px;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
.affine-editor-container {
|
||||
background: transparent !important;
|
||||
|
||||
.affine-default-page-block-container {
|
||||
width: 686px !important;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user