Update client.css

This commit is contained in:
孟世博 2024-01-06 14:13:14 +08:00
parent a88c45cc80
commit 9bf23de6e0

View File

@ -5,6 +5,10 @@
* (https://notion-enhancer.github.io/) under the MIT license
*/
#enhancer--panel {
overflow: auto;
}
#outliner--notice {
color: var(--theme--text_secondary);
font-size: 14px;
@ -39,8 +43,8 @@
}
/* indentation lines */
.outliner--header:not([style='--outliner--indent:0px;'])::before {
content: '';
.outliner--header:not([style="--outliner--indent:0px;"])::before {
content: "";
height: 100%;
position: absolute;
left: calc((1rem + var(--outliner--indent)) - 11px);