mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-11 15:59:03 +00:00
Update client.css
This commit is contained in:
parent
a88c45cc80
commit
9bf23de6e0
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user