Skip to content

Commit

Permalink
让子列表块的高亮与其他块的高亮对齐
Browse files Browse the repository at this point in the history
  • Loading branch information
TCOTC committed Nov 13, 2024
1 parent 28f9e62 commit b18a856
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/src/assets/scss/protyle/_wysiwyg.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}
}
}

Expand Down

0 comments on commit b18a856

Please sign in to comment.