Skip to content

Commit d872e7a

Browse files
Stephan AngoStephan Ango
authored andcommitted
Add support for Outliner plugin
1 parent c52973d commit d872e7a

File tree

1 file changed

+34
-2
lines changed

1 file changed

+34
-2
lines changed

obsidian.css

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
3-
Minimal Obsidian 4.0.3 by @kepano
3+
Minimal Obsidian 4.0.4 by @kepano
44
55
This theme is designed to be used with the Minimal Theme Settings
66
plugin and the Hider plugin.
@@ -34,6 +34,8 @@ Special Features
3434
Image zoom
3535
Calendar plugin
3636
Dataview plugin
37+
Outliner plugin
38+
QuickAdd plugin
3739
Kanban plugin
3840
Checklist plugin
3941
@@ -881,6 +883,36 @@ body:not(.is-mobile) .view-content .markdown-preview-view .image-embed:active im
881883
background:var(--text-selection);
882884
}*/
883885

886+
/* --------------- */
887+
/* Outliner Plugin */
888+
889+
body.outliner-plugin-bls .CodeMirror-line .cm-hmd-list-indent::before {
890+
background-image: linear-gradient(to right, var(--background-modifier-border) 1px, transparent 1px);
891+
background-position-x:5px;
892+
background-size:var(--font-normal) 1px;
893+
}
894+
body.outliner-plugin-bls .cm-s-obsidian .HyperMD-list-line {
895+
padding-top:0;
896+
}
897+
body.outliner-plugin-bls .cm-s-obsidian span.cm-formatting-list-ul:before {
898+
color:var(--text-faint);
899+
margin-left:0;
900+
}
901+
body.outliner-plugin-bls.minimal-rel-edit .cm-hmd-list-indent > .cm-tab:after {
902+
content:"";
903+
border-right:none;
904+
}
905+
906+
/* --------------- */
907+
/* QuickAdd Plugin */
908+
909+
.modal .quickAddPrompt > h1 {
910+
margin-top:0;
911+
text-align:left !important;
912+
font-size:var(--h1);
913+
font-weight:600;
914+
}
915+
884916
/* --------------- */
885917
/* Kanban Plugin */
886918

@@ -1447,6 +1479,7 @@ body:not(.is-mobile) .modal {
14471479
}
14481480
.modal-content {
14491481
margin-top:0px;
1482+
overflow:visible;
14501483
padding:0;
14511484
}
14521485
.modal-content .u-center-text {
@@ -1649,7 +1682,6 @@ div.menu-item:hover .menu-item-icon svg path {
16491682
font-size:var(--font-settings);
16501683
line-height:1.3;
16511684
}
1652-
16531685
.modal .modal-content > h2 {
16541686
text-align:left;
16551687
font-size:var(--h1);

0 commit comments

Comments
 (0)