Vault Backup

This commit is contained in:
2026-06-20 14:26:33 +02:00
parent 6e2340cce2
commit 9f0d9f2254
66 changed files with 84187 additions and 132465 deletions
+17 -39
View File
@@ -1,15 +1,3 @@
.nv-homepage-interstitial {
position: absolute;
left: 0;
top: 0;
width: 100vw;
height: 100vh;
background: var(--background-primary);
z-index: 9999;
animation: 0.02s ease-in 0.5s forwards nv-interstitial-destroy;
pointer-events: none;
}
@keyframes nv-interstitial-destroy {
from { opacity: 1; }
to { opacity: 0; }
@@ -17,16 +5,15 @@
.setting-item[nv-greyed] {
opacity: .5;
pointer-events: none !important;
pointer-events: none;
}
#nv-main-setting {
flex-wrap: wrap;
margin-bottom: 30px;
}
#nv-main-setting .setting-item-control {
padding-top: var(--size-4-2);
padding-top: var(--size-4-1);
flex-basis: 100%;
align-items: stretch;
}
@@ -86,7 +73,7 @@
margin-left: var(--size-2-2);
}
.nv-mobile-setting {
.nv-mobile-setting, .nv-command-setting {
flex-wrap: wrap;
row-gap: var(--size-2-2);
}
@@ -98,21 +85,20 @@
}
.nv-command-desc {
padding: 1.2em 0 0;
border-top: 1px solid var(--background-modifier-border);
padding: 0;
}
.nv-command-box {
margin: 1em 0 1.75em;
margin: 1em 0 0;
display: flex;
flex-wrap: wrap;
gap: 12px;
align-items: center;
width: 100%;
}
.nv-command-pill {
background-color: var(--background-secondary);
border: 1px solid var(--background-modifier-border-hover);
background-color: var(--background-modifier-hover);
border-radius: var(--radius-s);
font-size: var(--font-ui-small);
padding: var(--size-2-1) var(--size-2-2) var(--size-2-1) var(--size-2-3) ;
@@ -150,6 +136,7 @@
.nv-command-pill > .svg-icon, .nv-command-pill button .svg-icon {
height: 1em;
width: 1em;
opacity: 1;
}
.nv-command-pill > .svg-icon {
@@ -168,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;
}
@@ -208,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;
@@ -237,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;
}