add options page (to upload vault snapshots)

This commit is contained in:
DEV Sam Hayes
2025-02-07 14:37:39 +01:00
parent 3ec8827c27
commit 7f0829af09
9 changed files with 328 additions and 3 deletions

View File

@@ -10,6 +10,10 @@
margin-top: var(--size-h);
}
.sam-mt-hh {
margin-top: var(--size-hh);
}
.sam-mb {
margin-bottom: var(--size);
}

View File

@@ -8,6 +8,7 @@
--size-2: 32px;
--size: 16px;
--size-h: 8px;
--size-hh: 4px;
--background: #161c26;
--background-light: #202733;