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}>
|
<form onSubmit={handleSubmit}>
|
||||||
<div
|
<div
|
||||||
style={{
|
style={{
|
||||||
position: "relative",
|
|
||||||
display: "flex",
|
display: "flex",
|
||||||
alignItems: "center",
|
alignItems: "center",
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
style={{
|
style={{
|
||||||
width: "100%",
|
marginLeft: "48px",
|
||||||
marginRight: "8px",
|
marginRight: "8px",
|
||||||
display: "flex",
|
display: "flex",
|
||||||
justifyContent: "center",
|
justifyContent: "center",
|
||||||
@ -138,9 +137,6 @@ export const SetPassword = () => {
|
|||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
style={{
|
style={{
|
||||||
position: "absolute",
|
|
||||||
right: 0,
|
|
||||||
margin: "auto 4px",
|
|
||||||
background: "unset",
|
background: "unset",
|
||||||
fontSize: "xx-large",
|
fontSize: "xx-large",
|
||||||
cursor: "pointer",
|
cursor: "pointer",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user