|
1 | 1 | /* |
2 | 2 |
|
3 | | -Minimal Obsidian 4.0.3 by @kepano |
| 3 | +Minimal Obsidian 4.0.4 by @kepano |
4 | 4 |
|
5 | 5 | This theme is designed to be used with the Minimal Theme Settings |
6 | 6 | plugin and the Hider plugin. |
@@ -34,6 +34,8 @@ Special Features |
34 | 34 | Image zoom |
35 | 35 | Calendar plugin |
36 | 36 | Dataview plugin |
| 37 | + Outliner plugin |
| 38 | + QuickAdd plugin |
37 | 39 | Kanban plugin |
38 | 40 | Checklist plugin |
39 | 41 |
|
@@ -881,6 +883,36 @@ body:not(.is-mobile) .view-content .markdown-preview-view .image-embed:active im |
881 | 883 | background:var(--text-selection); |
882 | 884 | }*/ |
883 | 885 |
|
| 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 | + |
884 | 916 | /* --------------- */ |
885 | 917 | /* Kanban Plugin */ |
886 | 918 |
|
@@ -1447,6 +1479,7 @@ body:not(.is-mobile) .modal { |
1447 | 1479 | } |
1448 | 1480 | .modal-content { |
1449 | 1481 | margin-top:0px; |
| 1482 | + overflow:visible; |
1450 | 1483 | padding:0; |
1451 | 1484 | } |
1452 | 1485 | .modal-content .u-center-text { |
@@ -1649,7 +1682,6 @@ div.menu-item:hover .menu-item-icon svg path { |
1649 | 1682 | font-size:var(--font-settings); |
1650 | 1683 | line-height:1.3; |
1651 | 1684 | } |
1652 | | - |
1653 | 1685 | .modal .modal-content > h2 { |
1654 | 1686 | text-align:left; |
1655 | 1687 | font-size:var(--h1); |
|
0 commit comments