让子列表块的高亮与其他块的高亮对齐

This commit is contained in:
Jeffrey Chen 2024-11-13 20:00:11 +08:00
parent 28f9e6283d
commit b18a85670d

View file

@ -181,6 +181,14 @@
padding-left: 16px;
padding-top: 0;
padding-bottom: 0;
&.protyle-wysiwyg--select,
&.protyle-wysiwyg--hl {
&::after {
left: 16px;
width: calc(100% - 16px);
}
}
}
}