fix: error style of sidebar (#1981)

This commit is contained in:
Qi
2023-04-17 14:52:04 +08:00
committed by GitHub
parent 19894aad5a
commit 143a55a6e8
2 changed files with 2 additions and 1 deletions
@@ -112,6 +112,7 @@ export const StyledScrollWrapper = styled('div')<{
showTopBorder: boolean;
}>(({ showTopBorder, theme }) => {
return {
maxHeight: '50%',
overflowY: 'auto',
borderTop: '1px solid',
borderColor: showTopBorder ? theme.colors.borderColor : 'transparent',
+1 -1
View File
@@ -195,7 +195,7 @@ input[type='number']::-webkit-outer-spin-button {
}
.affine-default-page-block-title-container {
margin-top: 78px;
margin-top: 40px;
margin-bottom: 40px;
transition: margin-top 0.2s;
}