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