feat: simplify visible button placement

always 40px wide anyway
This commit is contained in:
julius 2025-03-16 13:30:06 +01:00
parent 641ae50265
commit 39630725a4
Signed by: julius
GPG Key ID: C80A63E6A5FD7092

View File

@ -91,14 +91,13 @@ export const SetPassword = () => {
<form onSubmit={handleSubmit}>
<div
style={{
position: "relative",
display: "flex",
alignItems: "center",
}}
>
<div
style={{
width: "100%",
marginLeft: "48px",
marginRight: "8px",
display: "flex",
justifyContent: "center",
@ -138,9 +137,6 @@ export const SetPassword = () => {
</div>
<div
style={{
position: "absolute",
right: 0,
margin: "auto 4px",
background: "unset",
fontSize: "xx-large",
cursor: "pointer",