File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed
Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " Maple" ,
3- "version" : " 1.3.10 " ,
3+ "version" : " 1.3.11 " ,
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.3.10 " ,
3+ "version" : " 1.3.11 " ,
44 "type" : " module" ,
55 "author" : " subframe7536" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 1- /* Maple Theme v1.3.10 For Obsidian */
1+ /* Maple Theme v1.3.11 For Obsidian */
22/* @settings
33id: maple-basic
44name: Maple Basic
@@ -446,7 +446,7 @@ settings:
446446 type: variable-text
447447 title: Setting Panel Header Title
448448 title.zh: 设置面板标题
449- default: Maple 1.3.10
449+ default: Maple 1.3.11
450450 quotes: true
451451 - id: modal-setting-header-title-center
452452 type: class-toggle
@@ -6825,6 +6825,12 @@ input.metadata-property-key-input,
68256825 --blockquote-background-color: transparent;
68266826}
68276827
6828+ .excalidraw-wrapper kbd {
6829+ background-color: transparent;
6830+ box-shadow: none;
6831+ border: none;
6832+ }
6833+
68286834/* #endregion excalidraw */
68296835/* #region better-command-palette */
68306836.better-command-palette {
@@ -7395,7 +7401,7 @@ body.modal-setting-header:not(.is-mobile) .modal-container .mod-settings {
73957401 container-type: inline-size;
73967402}
73977403body.modal-setting-header:not(.is-mobile) .modal-container .mod-settings::before {
7398- content: var(--setting-modal-header-title, "Maple 1.3.10 ");
7404+ content: var(--setting-modal-header-title, "Maple 1.3.11 ");
73997405 position: absolute;
74007406 left: var(--size-4-4);
74017407 top: calc(var(--modal-header-height) / 2);
You can’t perform that action at this time.
0 commit comments