Skip to content

Commit 68a080c

Browse files
committed
chore: release v1.3.8
1 parent 63c91db commit 68a080c

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
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.7",
3+
"version": "1.3.8",
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.7",
3+
"version": "1.3.8",
44
"type": "module",
55
"author": "subframe7536",
66
"scripts": {

theme.css

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Maple Theme v1.3.7 For Obsidian */
1+
/* Maple Theme v1.3.8 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.7
449+
default: Maple 1.3.8
450450
quotes: true
451451
- id: modal-setting-header-title-center
452452
type: class-toggle
@@ -7373,7 +7373,7 @@ body.modal-setting-header:not(.is-mobile) .modal-container .mod-settings {
73737373
container-type: inline-size;
73747374
}
73757375
body.modal-setting-header:not(.is-mobile) .modal-container .mod-settings::before {
7376-
content: var(--setting-modal-header-title, "Maple 1.3.7");
7376+
content: var(--setting-modal-header-title, "Maple 1.3.8");
73777377
position: absolute;
73787378
left: var(--size-4-4);
73797379
top: calc(var(--modal-header-height) / 2);
@@ -8546,16 +8546,23 @@ body.is-tablet .modal-container .modal-sidebar:not(:has(+ .community-modal-detai
85468546

85478547
/* #endregion basic */
85488548
/* #region floating button */
8549+
body.is-phone.mobile-floating-button {
8550+
--navbar-bottom-padding: max(var(--safe-area-inset-bottom), 28px);
8551+
--navbar-side-padding: var(--safe-area-inset-side);
8552+
}
8553+
body.is-phone.mobile-floating-button.is-ios {
8554+
--navbar-bottom-padding: 28px;
8555+
--navbar-side-padding: var(--navbar-bottom-padding);
8556+
}
85498557
body.is-phone.mobile-floating-button .mod-root .view-header {
85508558
z-index: 3;
85518559
}
85528560
body.is-phone.mobile-floating-button .mod-root .workspace-leaf-content[data-type=markdown] .view-actions button:nth-last-child(2) {
85538561
position: fixed;
8554-
right: var(--size-4-4);
8555-
bottom: 0;
8562+
right: var(--navbar-side-padding);
8563+
bottom: var(--navbar-bottom-padding);
85568564
color: var(--text-on-accent);
85578565
background-color: var(--accent-active-bg);
8558-
margin-bottom: calc(var(--safe-area-inset-bottom) + var(--size-4-4));
85598566
border-radius: 100%;
85608567
padding: var(--size-4-3);
85618568
width: auto;

0 commit comments

Comments
 (0)