mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-05 13:19:03 +00:00
minor style changes to code-line-numbers, outliner, side-panel
This commit is contained in:
parent
a96ab5f3b0
commit
26d3a702b5
@ -15,7 +15,7 @@
|
|||||||
#code-line-numbers {
|
#code-line-numbers {
|
||||||
font-size: var(--theme--font_code-size) !important;
|
font-size: var(--theme--font_code-size) !important;
|
||||||
font-family: var(--theme--font_code) !important;
|
font-family: var(--theme--font_code) !important;
|
||||||
opacity: 0.5;
|
color: var(--theme--text_ui_info);
|
||||||
text-align: right;
|
text-align: right;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: calc(100% - 30px);
|
right: calc(100% - 30px);
|
||||||
|
@ -53,14 +53,14 @@
|
|||||||
.outliner[lined] .notion-sub_header-block::before,
|
.outliner[lined] .notion-sub_header-block::before,
|
||||||
.outliner[lined] .notion-sub_sub_header-block::before {
|
.outliner[lined] .notion-sub_sub_header-block::before {
|
||||||
content: "";
|
content: "";
|
||||||
border-left: solid 1px;
|
border-left: solid 1px var(--theme--text_ui_info);
|
||||||
height: 2.2em;
|
height: 2.2em;
|
||||||
opacity: 0.25;
|
opacity: 0.6;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 18px;
|
left: 18px;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
.outliner[lined] .notion-sub_sub_header-block::before {
|
.outliner[lined] .notion-sub_sub_header-block::before {
|
||||||
border-right: solid 1px;
|
border-right: solid 1px var(--theme--text_ui_info);
|
||||||
width: 18px;
|
width: 18px;
|
||||||
}
|
}
|
||||||
|
@ -118,6 +118,7 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
display: block;
|
display: block;
|
||||||
|
fill: var(--theme--text_ui_info);
|
||||||
}
|
}
|
||||||
|
|
||||||
.enhancer-panel--toggle {
|
.enhancer-panel--toggle {
|
||||||
@ -146,6 +147,7 @@
|
|||||||
height: 14px;
|
height: 14px;
|
||||||
fill: var(--theme--text_ui);
|
fill: var(--theme--text_ui);
|
||||||
transition: transform 400ms ease-in;
|
transition: transform 400ms ease-in;
|
||||||
|
fill: var(--theme--text_ui_info);
|
||||||
}
|
}
|
||||||
#enhancer-panel[data-locked="false"] .enhancer-panel--toggle svg {
|
#enhancer-panel[data-locked="false"] .enhancer-panel--toggle svg {
|
||||||
transform: rotateZ(-180deg);
|
transform: rotateZ(-180deg);
|
||||||
|
Loading…
Reference in New Issue
Block a user