mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-23 04:04:27 +08:00
fix: error style of sidebar (#1981)
This commit is contained in:
@@ -112,6 +112,7 @@ export const StyledScrollWrapper = styled('div')<{
|
|||||||
showTopBorder: boolean;
|
showTopBorder: boolean;
|
||||||
}>(({ showTopBorder, theme }) => {
|
}>(({ showTopBorder, theme }) => {
|
||||||
return {
|
return {
|
||||||
|
maxHeight: '50%',
|
||||||
overflowY: 'auto',
|
overflowY: 'auto',
|
||||||
borderTop: '1px solid',
|
borderTop: '1px solid',
|
||||||
borderColor: showTopBorder ? theme.colors.borderColor : 'transparent',
|
borderColor: showTopBorder ? theme.colors.borderColor : 'transparent',
|
||||||
|
|||||||
@@ -195,7 +195,7 @@ input[type='number']::-webkit-outer-spin-button {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.affine-default-page-block-title-container {
|
.affine-default-page-block-title-container {
|
||||||
margin-top: 78px;
|
margin-top: 40px;
|
||||||
margin-bottom: 40px;
|
margin-bottom: 40px;
|
||||||
transition: margin-top 0.2s;
|
transition: margin-top 0.2s;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user