mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-04 12:49: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
|
||||
*/
|
||||
|
||||
#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);
|
||||
|
Loading…
Reference in New Issue
Block a user