more progress on TOTP/2FA

This commit is contained in:
2025-10-10 01:45:02 +01:00
parent b13cb5086a
commit 4a6c3bc49c
12 changed files with 189 additions and 197 deletions
+4 -4
View File
@@ -8,9 +8,9 @@ body {
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
background: #0a0a0a;
color: #e0e0e0;
min-height: 100vh;
min-width: 100vw;
height: 100vh;
max-height: 100dvh;
min-width: 100dvw;
height: 100dvh;
overflow: hidden;
}
@@ -33,7 +33,7 @@ body {
.chat-container {
display: flex;
flex-direction: column;
height: 100vh;
height: 100dvh;
min-width: 100vw;
margin: 0 0;
background: #121212;