We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06cde0d commit 71f4089Copy full SHA for 71f4089
js/scrapboxCssScript.js
@@ -70,10 +70,16 @@ const indentColorCSS = [
70
content: " ";
71
position: absolute;
72
left: 44%;
73
- top: -24%;
74
- border-left: 0.2rem solid #dcdcdc;
+ border-left: 2px solid #dcdcdc;
+ z-index: 999;
75
+ }`,
76
+ `.app:not(.presentation) .indent-mark .char-index:not(:nth-last-child(1)):not(:nth-last-child(2))::after {
77
+ background-color: #f5f5f5;
78
+ content: " ";
79
+ width: 24px;
80
+ left: 0;
81
+ position: absolute;
82
}`,
- `.app:not(.presentation) .indent-mark .char-index:not(:nth-last-child(1)):not(:nth-last-child(2)):nth-child(n) { background-color: #f5f5f5 }`,
83
];
84
85
const insertIndentColorCSSRule = (isColoring) => {
0 commit comments