diff --git a/package.json b/package.json
index 30c9d2a..21e07f7 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "site-gateway",
- "version": "0.11.77",
+ "version": "0.11.78",
"private": true,
"description": "Site Gateway: simple self-hosted website publishing, reverse proxying, and automatic HTTPS.",
"type": "module",
diff --git a/src/public/index.html b/src/public/index.html
index b6aa711..037cf7e 100644
--- a/src/public/index.html
+++ b/src/public/index.html
@@ -7,7 +7,7 @@
Site Gateway
-
+
@@ -206,7 +206,7 @@
diff --git a/src/public/styles.css b/src/public/styles.css
index 004a268..8509fcf 100644
--- a/src/public/styles.css
+++ b/src/public/styles.css
@@ -284,3 +284,4 @@ select{appearance:none!important;-webkit-appearance:none!important;background-re
.mfa-qr svg{width:200px;height:200px}
.mfa-recovery-codes{background:#0a1423;border:1px solid var(--line);border-radius:10px;padding:16px;font-size:14px;line-height:1.8;letter-spacing:.02em;white-space:pre-wrap;user-select:all}
@media(prefers-color-scheme:light){.mfa-recovery-codes{background:#f3f6fa}}
+#account-view>.dashboard-panel+.dashboard-panel{margin-top:18px}