Translate to pt, fix some ui details, add proper icon and logo

This commit is contained in:
litoral05
2026-05-11 17:17:50 +01:00
parent c1e9aeb386
commit 12358327c9
73 changed files with 529 additions and 598 deletions
+10
View File
@@ -20,4 +20,14 @@ body,
body {
overflow: hidden;
}
input[type='password']::-ms-reveal,
input[type='password']::-ms-clear {
display: none;
}
input[type='password']::-webkit-credentials-auto-fill-button,
input[type='password']::-webkit-password-reveal-button {
display: none !important;
}