nx-webmail: center login window and release 1.0.2
Publish nx-webmail Image (Gitea) / publish (push) Has been cancelled

This commit is contained in:
2026-02-23 13:13:48 +01:00
parent b522a9c02f
commit ecc0cd4b6c
5 changed files with 38 additions and 17 deletions
+30
View File
@@ -1434,6 +1434,27 @@ body.webmail-active {
border: 1px solid #e5e7eb;
}
.webmail-login-window-wrap {
display: flex;
align-items: center;
justify-content: center;
min-height: calc(100vh - 260px);
padding: 24px;
}
.webmail-login-window {
width: min(100%, 460px);
border-radius: 14px;
background: #ffffff;
box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}
.webmail-login-window .login-form--billing {
border: 1px solid #e5e7eb;
border-radius: 14px;
box-shadow: none;
}
.webmail-shell-scroll {
width: auto;
overflow-x: auto;
@@ -1507,4 +1528,13 @@ body.webmail-active {
.webmail-stage {
padding: 20px 24px;
}
.webmail-login-window-wrap {
min-height: auto;
padding: 0;
}
.webmail-login-window {
width: 100%;
}
}