Tighten brand-logo spacing and clear password field on MFA cancel (v0.11.80)

This commit is contained in:
marvin
2026-09-14 21:38:33 -04:00
parent 89cabf4baf
commit fd414ddaf4
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -7,7 +7,7 @@
<title>Site Gateway</title>
<meta name="description" content="Host sites, proxy services, and manage HTTPS from one simple dashboard.">
<link rel="icon" type="image/png" href="/site-gateway-icon-approved.png">
<link rel="stylesheet" href="/styles.css?v=0.11.79">
<link rel="stylesheet" href="/styles.css?v=0.11.80">
</head>
<body>
<div id="login" class="login-shell hidden">
@@ -357,6 +357,6 @@
</dialog>
<input id="replace-files" type="file" accept=".zip,.html,text/html,application/zip" hidden>
<div id="toast" class="toast" role="status"></div>
<script src="/app.js?v=0.11.79" defer></script><script src="/features.js?v=0.11.77" defer></script>
<script src="/app.js?v=0.11.80" defer></script><script src="/features.js?v=0.11.77" defer></script>
</body>
</html>