Skip to content

Commit

Permalink
chore: release v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
subframe7536 committed May 14, 2024
1 parent 5ca2b0b commit 99efdbc
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 28 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.7.41",
"version": "0.8.0",
"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.7.41",
"version": "0.8.0",
"description": "elegant theme for Obsidian",
"scripts": {
"dev": "node scripts/dev.mjs src/dev.scss",
Expand Down
2 changes: 1 addition & 1 deletion src/style-settings/workspace.scss
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ settings:
title: set modal header title
title.zh: 设置面板标题
type: variable-text
default: "'maple 0.7.41'"
default: "'maple 0.8.0'"
-
id: setting-group-title
title: add style for left navigation group title
Expand Down
2 changes: 1 addition & 1 deletion src/workspace/modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ body.modal-toggle-thin .checkbox-container {
container-type: inline-size;

&::before {
content: var(--setting-header-title, 'maple 0.7.41');
content: var(--setting-header-title, 'maple 0.8.0');
position: absolute;
left: 50%;
top: var(--size-4-6);
Expand Down
46 changes: 22 additions & 24 deletions theme.css

Large diffs are not rendered by default.

0 comments on commit 99efdbc

Please sign in to comment.