Merge pull request #7 from toeverything/feat/layout

feat: modify style
This commit is contained in:
Qi
2022-10-12 19:07:00 +08:00
committed by GitHub
+6
View File
@@ -36,3 +36,9 @@ s {
.affine-block-children-container.edgeless {
height: 100% !important;
}
.affine-list-rich-text-wrapper > div {
box-sizing: content-box;
color: var(--affine-highlight-color);
min-width: unset !important;
max-width: 26px;
}