Merge of dev-auth #1

Merged
AINDUSTRIES merged 28 commits from dev-auth into main 2024-10-05 13:58:45 +00:00
Showing only changes of commit 13265e1ef3 - Show all commits

View File

@@ -32,7 +32,7 @@ body {
transform: translate(-50%, calc(-50% - 60px));
background-color: #181926;
border-radius: 12px;
width: 100%;
width: calc(100dvw - 40px);
max-width: 500px;
height: fit-content;
padding: 10px;
@@ -55,7 +55,8 @@ body {
.sub > input {
margin-bottom: 5px;
width: 300px;
max-width: 300px;
width: 80dvw;
color: black;
}