File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " Maple" ,
3- "version" : " 1.2.4 " ,
3+ "version" : " 1.2.5 " ,
44 "minAppVersion" : " 1.1.9" ,
55 "author" : " subframe7536" ,
66 "authorUrl" : " https://github.com/subframe7536"
Original file line number Diff line number Diff line change 11{
22 "name" : " maple" ,
3- "version" : " 1.2.4 " ,
3+ "version" : " 1.2.5 " ,
44 "type" : " module" ,
55 "author" : " subframe7536" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 1- /* Maple Theme v1.2.4 For Obsidian */
1+ /* Maple Theme v1.2.5 For Obsidian */
22/* @settings
33id: maple-basic
44name: Maple Basic
@@ -362,7 +362,7 @@ settings:
362362 type: variable-text
363363 title: Setting Panel Header Title
364364 title.zh: 设置面板标题
365- default: Maple 1.2.4
365+ default: Maple 1.2.5
366366 quotes: true
367367 - id: modal-header-search
368368 type: class-toggle
@@ -3283,7 +3283,7 @@ body {
32833283 --grid-spacing: var(--setting-editor-bg-grid-spacing, var(--size-4-5));
32843284}
32853285
3286- :is(.markdown-reading-view .markdown-rendered,
3286+ :is(.editor-bg-grid-dots, .editor-bg-grid-line) :is(. markdown-reading-view .markdown-rendered,
32873287.markdown-source-view.mod-cm6 .cm-scroller) {
32883288 background-size: var(--grid-spacing) var(--grid-spacing);
32893289 background-position: center center;
@@ -7187,7 +7187,7 @@ body.modal-header:not(.is-mobile) .modal-container .mod-settings {
71877187 container-type: inline-size;
71887188}
71897189body.modal-header:not(.is-mobile) .modal-container .mod-settings::before {
7190- content: var(--setting-modal-header-title, "Maple 1.2.4 ");
7190+ content: var(--setting-modal-header-title, "Maple 1.2.5 ");
71917191 position: absolute;
71927192 left: 50%;
71937193 top: calc(var(--modal-header-height) / 2);
You can’t perform that action at this time.
0 commit comments