Add FAQ chip to login screen

This commit is contained in:
2026-02-06 21:06:01 +01:00
parent e7e24dd774
commit 0edd51c326
2 changed files with 13 additions and 6 deletions

View File

@@ -22,6 +22,11 @@
justify-content: space-between; justify-content: space-between;
gap: 12px; gap: 12px;
} }
.auth-actions {
display: flex;
align-items: center;
gap: 10px;
}
input[readonly].readonly { input[readonly].readonly {
background: #f7f3eb; background: #f7f3eb;

View File

@@ -21,6 +21,7 @@
</div> </div>
<div class="auth-title-row"> <div class="auth-title-row">
<h2 id="auth-title" data-i18n="auth.loginHeading">Log in</h2> <h2 id="auth-title" data-i18n="auth.loginHeading">Log in</h2>
<div class="auth-actions">
<button id="help-chip-auth" class="chip icon help-chip" type="button" aria-label="Help" title="Help" data-i18n="help.label" data-i18n-attr="aria-label,title">?</button> <button id="help-chip-auth" class="chip icon help-chip" type="button" aria-label="Help" title="Help" data-i18n="help.label" data-i18n-attr="aria-label,title">?</button>
<div class="lang-switch" id="lang-switch-auth"> <div class="lang-switch" id="lang-switch-auth">
<button class="lang-button chip icon" type="button" aria-label="Language" title="Language">🌐</button> <button class="lang-button chip icon" type="button" aria-label="Language" title="Language">🌐</button>
@@ -30,6 +31,7 @@
</div> </div>
</div> </div>
</div> </div>
</div>
<form id="login-form" class="stack auth-form" data-mode="login"> <form id="login-form" class="stack auth-form" data-mode="login">
<label class="stack"> <label class="stack">
<span class="label" data-i18n="auth.username">Username</span> <span class="label" data-i18n="auth.username">Username</span>