Show highlighted text in right panel

This commit is contained in:
SiriusXT
2023-06-03 14:43:20 +08:00
parent 463d145cb7
commit 33fdad5159
2 changed files with 18 additions and 11 deletions

View File

@@ -38,6 +38,10 @@ const TPL = `<div class="toc-widget">
.toc li {
cursor: pointer;
text-align: justify;
text-justify: distribute;
word-wrap: break-word;
hyphens: auto;
}
.toc li:hover {