vault backup: 2026-05-18 17:37:50

This commit is contained in:
2026-05-18 17:37:51 -04:00
parent b1b483daf8
commit 30b6a852c6
47 changed files with 1449 additions and 50812 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -1,8 +1,8 @@
{
"id": "homepage",
"name": "Homepage",
"version": "4.4.0",
"minAppVersion": "1.11.0",
"version": "4.4.2",
"minAppVersion": "1.12.2",
"description": "Open a specified note, canvas, base, or workspace on startup, or set it for quick access later.",
"author": "novov",
"authorUrl": "https://novov.me",
+10 -19
View File
@@ -5,7 +5,7 @@
.setting-item[nv-greyed] {
opacity: .5;
pointer-events: none !important;
pointer-events: none;
}
#nv-main-setting {
@@ -155,20 +155,15 @@
height: auto;
}
#nv-main-setting + .setting-item, .nv-command-desc + .setting-item {
padding-top: 20px;
border-top: none !important;
}
.nv-debug-button {
button.nv-debug-button {
margin: 3em 0 -0.2em;
font-size: var(--font-ui-smaller);
padding: 0;
height: auto;
float: right;
box-shadow: none !important;
background: none !important;
color: var(--text-accent);
box-shadow: none;
background: none;
color: var(--text-color);
font-weight: 600;
cursor: pointer;
}
@@ -195,14 +190,6 @@
max-width: calc(100% - 100px);
}
.is-phone .nv-mobile-setting {
row-gap: var(--size-4-2);
}
.is-phone .nv-mobile-setting .setting-item-info {
max-width: calc(100% - 100px);
}
.is-phone .nv-command-pill {
width: 100%;
border: none;
@@ -224,8 +211,12 @@
justify-content: space-between;
}
.is-phone .nv-command-add-button {
padding: var(--size-2-3) var(--size-4-3);
}
.is-phone .nv-command-pill button {
line-height: var(--font-ui-medium);
height: 100%;
margin: 0 !important;
margin: 0;
}