Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
subframe7536 committed Jan 7, 2023
1 parent bbdae38 commit e712c4d
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ package-lock.json
.DS_Store
dir.js
snippets/snippet.scss
vault
Binary file modified img/code_header.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.0",
"version": "0.3.1",
"minAppVersion": "1.0.0",
"author": "subframe7536",
"authorUrl": "https://github.com/subframe7536"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "Maple",
"version": "0.3.0-beta",
"name": "maple",
"version": "0.3.1",
"description": "Maple —— A Obsidian Theme",
"scripts": {
"dev": "sass --watch snippets:D:/test/.obsidian/snippets --no-source-map --update",
"dev": "sass --watch snippets:vault/.obsidian/snippets --no-source-map --update",
"prod": "sass snippets/index.scss theme.css --no-source-map && node move.mjs"
},
"keywords": [
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 @@ -359,7 +359,7 @@ settings:
title: set modal header title
title.zh: 设置面板标题
type: variable-text
default: "'maple 0.3.0'"
default: "'maple 0.3.1'"
-
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.0');
content: var(--setting-header-title, 'maple 0.3.1');
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 @@ -360,7 +360,7 @@ settings:
title: set modal header title
title.zh: 设置面板标题
type: variable-text
default: "'maple 0.3.0'"
default: "'maple 0.3.1'"
-
id: setting-group-title
title: add style for left navigation group title
Expand Down Expand Up @@ -3747,7 +3747,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.0");
content: var(--setting-header-title, "maple 0.3.1");
position: absolute;
left: 50%;
top: var(--size-4-6);
Expand Down

0 comments on commit e712c4d

Please sign in to comment.