mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-06-02 03:58:36 +01: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")}
|
placeholder={t("login.password_placeholder")}
|
||||||
showPassword={showPassword}
|
showPassword={showPassword}
|
||||||
onShowPasswordChange={setShowPassword}
|
onShowPasswordChange={setShowPassword}
|
||||||
topPosition='4'
|
topPosition='15'
|
||||||
layout='tv'
|
layout='tv'
|
||||||
/>
|
/>
|
||||||
</View>
|
</View>
|
||||||
|
|||||||
Reference in New Issue
Block a user