feat: simplify visible button placement

always 40px wide anyway
This commit is contained in:
2025-03-16 13:30:06 +01:00
parent 641ae50265
commit 39630725a4

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",