feat: simplify visible button placement
always 40px wide anyway
This commit is contained in:
parent
641ae50265
commit
39630725a4
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user