nx-webmail: center login window and release 1.0.2
Publish nx-webmail Image (Gitea) / publish (push) Has been cancelled
Publish nx-webmail Image (Gitea) / publish (push) Has been cancelled
This commit is contained in:
@@ -1796,18 +1796,9 @@ export default function Webmail() {
|
||||
</div>
|
||||
|
||||
{!isLoggedIn ? (
|
||||
<div className="webmail-hero-split">
|
||||
<div className="webmail-hero-split__left">{loginForm}</div>
|
||||
<div className="webmail-hero-split__right">
|
||||
<div className="webmail-info-tile">
|
||||
<h3>Login notes</h3>
|
||||
<ul className="webmail-info-list">
|
||||
<li>Use your IMAP credentials including server and port.</li>
|
||||
<li>Your login stays saved in this browser until you click logout.</li>
|
||||
<li>After login, your mailbox is loaded automatically.</li>
|
||||
<li>Errors are shown directly in the form.</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div className="webmail-login-window-wrap">
|
||||
<div className="webmail-login-window">
|
||||
{loginForm}
|
||||
</div>
|
||||
</div>
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user