Skip to content

Commit

Permalink
release v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
subframe7536 committed Jan 23, 2023
1 parent bf54cf2 commit 125b1bf
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Maple",
"version": "0.3.2",
"version": "0.3.3",
"minAppVersion": "1.0.0",
"author": "subframe7536",
"authorUrl": "https://github.com/subframe7536"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maple",
"version": "0.3.2",
"version": "0.3.3",
"description": "Maple —— A Obsidian Theme",
"scripts": {
"dev": "sass --watch snippets:vault/.obsidian/snippets --no-source-map --update",
Expand Down
2 changes: 1 addition & 1 deletion snippets/css/style-setting.css
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ settings:
title: set modal header title
title.zh: 设置面板标题
type: variable-text
default: "'maple 0.3.2'"
default: "'maple 0.3.3'"
-
id: setting-group-title
title: add style for left navigation group title
Expand Down
2 changes: 1 addition & 1 deletion snippets/workspace/modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ body.modal-header .modal-container {
container-type: inline-size;

&::before {
content: var(--setting-header-title, 'maple 0.3.2');
content: var(--setting-header-title, 'maple 0.3.3');
position: absolute;
left: 50%;
top: var(--size-4-6);
Expand Down
4 changes: 2 additions & 2 deletions theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ settings:
title: set modal header title
title.zh: 设置面板标题
type: variable-text
default: "'maple 0.3.2'"
default: "'maple 0.3.3'"
-
id: setting-group-title
title: add style for left navigation group title
Expand Down Expand Up @@ -3769,7 +3769,7 @@ body.modal-header .modal-container .mod-settings {
container-type: inline-size;
}
body.modal-header .modal-container .mod-settings::before {
content: var(--setting-header-title, "maple 0.3.2");
content: var(--setting-header-title, "maple 0.3.3");
position: absolute;
left: 50%;
top: var(--size-4-6);
Expand Down

0 comments on commit 125b1bf

Please sign in to comment.