Skip to content

Commit a588209

Browse files
committed
chore: release v1.3.11
1 parent 1941365 commit a588209

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "maple",
3-
"version": "1.3.10",
3+
"version": "1.3.11",
44
"type": "module",
55
"author": "subframe7536",
66
"scripts": {

theme.css

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Maple Theme v1.3.10 For Obsidian */
1+
/* Maple Theme v1.3.11 For Obsidian */
22
/* @settings
33
id: maple-basic
44
name: 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
}
73977403
body.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);

0 commit comments

Comments
 (0)