fix: Alignment of keyboard help button
This commit is contained in:
@@ -35,7 +35,7 @@ const Button = styled(NudeButton)<{ $hidden: boolean }>`
|
|||||||
display: none;
|
display: none;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
margin: 24px;
|
margin: 20px;
|
||||||
transition: opacity 500ms ease-in-out;
|
transition: opacity 500ms ease-in-out;
|
||||||
${(props) => props.$hidden && "opacity: 0;"}
|
${(props) => props.$hidden && "opacity: 0;"}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user