fix replymodal in anon mode

This commit is contained in:
plebeius.eth
2023-06-17 21:18:09 +02:00
parent 869d653ce3
commit fd84cbc55e
5 changed files with 2 additions and 27 deletions
@@ -206,7 +206,7 @@ export const StyledModal = styled(Modal)`
background-color: currentColor;
position: absolute;
left: 18px;
top: 116px;
top: 120px;
}
.anon-tip::after {
@@ -217,7 +217,7 @@ export const StyledModal = styled(Modal)`
background-color: currentColor;
position: absolute;
left: 18px;
top: 105px;
top: 108px;
}