Skip to content

Commit 4909551

Browse files
committed
chore: release v1.4.2
1 parent 897a2a4 commit 4909551

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
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.4.1",
3+
"version": "1.4.2",
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.4.1",
3+
"version": "1.4.2",
44
"type": "module",
55
"author": "subframe7536",
66
"scripts": {

theme.css

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Maple Theme v1.4.1 For Obsidian */
1+
/* Maple Theme v1.4.2 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.4.1
449+
default: Maple 1.4.2
450450
quotes: true
451451
- id: modal-setting-header-title-center
452452
type: class-toggle
@@ -7460,7 +7460,7 @@ body.modal-setting-header:not(.is-mobile) .modal-container .mod-settings {
74607460
container-type: inline-size;
74617461
}
74627462
body.modal-setting-header:not(.is-mobile) .modal-container .mod-settings::before {
7463-
content: var(--setting-modal-header-title, "Maple 1.4.1");
7463+
content: var(--setting-modal-header-title, "Maple 1.4.2");
74647464
position: absolute;
74657465
left: var(--size-4-4);
74667466
top: calc(var(--modal-header-height) / 2);
@@ -8636,23 +8636,24 @@ body.is-tablet .modal-container .modal-sidebar:not(:has(+ .community-modal-detai
86368636
/* #region floating button */
86378637
body.is-phone.mobile-floating-button {
86388638
--navbar-bottom-padding: max(var(--safe-area-inset-bottom), 28px);
8639-
--navbar-side-padding: var(--size-4-5);
8640-
}
8641-
body.is-phone.mobile-floating-button.is-ios {
8642-
--navbar-bottom-padding: 28px;
8643-
--navbar-side-padding: var(--navbar-bottom-padding);
86448639
}
86458640
body.is-phone.mobile-floating-button .mod-root .view-header {
86468641
z-index: 3;
86478642
}
86488643
body.is-phone.mobile-floating-button .mobile-navbar {
8649-
inset: auto var(--navbar-side-padding) var(--navbar-bottom-padding);
8650-
margin: 0;
8644+
bottom: var(--navbar-bottom-padding);
8645+
transform: translate(-10%);
8646+
margin-bottom: 0;
86518647
padding: var(--size-4-1);
8648+
max-width: unset;
8649+
width: 70%;
8650+
}
8651+
body.is-phone.mobile-floating-button .mobile-navbar-action > * {
8652+
padding: 0;
86528653
}
86538654
body.is-phone.mobile-floating-button:not(.mod-toolbar-open) .mod-root .workspace-leaf-content[data-type=markdown] .view-actions button:nth-last-child(2) {
86548655
position: fixed;
8655-
right: var(--navbar-side-padding);
8656+
transform: translate(-2vw);
86568657
bottom: calc(var(--size-4-1) + var(--touch-size-m) + var(--safe-area-inset-top) + var(--navbar-bottom-padding) - 100vh);
86578658
color: var(--text-on-accent);
86588659
background-color: var(--accent-active-bg);

0 commit comments

Comments
 (0)