mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-04-13 18:11:03 +08:00
fix(login): unify input height and font size with buttons
Standardize form element dimensions for visual consistency: - Input height: 48px → 44px (matches button height) - Input font: 16px → 14px (consistent with form elements) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -308,9 +308,9 @@ async function handleLogin() {
|
||||
|
||||
.login-input {
|
||||
width: 100%;
|
||||
height: 48px;
|
||||
height: 44px;
|
||||
padding: 0 14px 0 44px;
|
||||
font-size: 16px;
|
||||
font-size: 14px;
|
||||
color: var(--color-text);
|
||||
background: var(--color-surface);
|
||||
border: 1px solid var(--color-border);
|
||||
|
||||
Reference in New Issue
Block a user