Update Indentation Guide styling for Obsidian v0.14
Obsidian v0.14.0 introduced true Indentation Guides, so the css has been changed to modify the existing guides rather than creating it's own. https://forum.obsidian.md/t/obsidian-release-v0-14-0-insider-build/33986
This commit is contained in:
12
obsidian.css
12
obsidian.css
@@ -661,13 +661,9 @@ input.task-list-item-checkbox:checked
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Bullet point relationship lines */
|
/* Bullet point relationship lines */
|
||||||
.cm-hmd-list-indent .cm-tab, ul ul { position: relative; }
|
.markdown-source-view.mod-cm6 .cm-indent::before,
|
||||||
.cm-hmd-list-indent .cm-tab::before, ul ul::before {
|
.markdown-rendered.show-indentation-guide li > ul::before,
|
||||||
content:'';
|
.markdown-rendered.show-indentation-guide li > ol::before {
|
||||||
border-left: 1px solid var(--dim-blue);
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
border-right: 1px solid var(--dim-blue);
|
||||||
.cm-hmd-list-indent .cm-tab::before { left: 0; top: -5px; bottom: -4px;
|
|
||||||
}
|
|
||||||
ul ul::before { left: -11px; top: 0; bottom: 0;
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user