mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-01-15 23:59:08 +00:00
fix: adjust password field top position for better layout
Updates the top position value from 4 to 15 to improve the visual spacing and alignment of the password input field in the TV layout mode.
This commit is contained in:
@@ -286,7 +286,7 @@ const Login: React.FC = () => {
|
||||
placeholder={t("login.password_placeholder")}
|
||||
showPassword={showPassword}
|
||||
onShowPasswordChange={setShowPassword}
|
||||
topPosition='4'
|
||||
topPosition='15'
|
||||
layout='tv'
|
||||
/>
|
||||
</View>
|
||||
|
||||
Reference in New Issue
Block a user