more progress on TOTP/2FA
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user