reply modal design

This commit is contained in:
plebbitor
2023-03-17 14:35:03 +01:00
parent 4db61aad23
commit 42ddbaece6
5 changed files with 352 additions and 11 deletions
+2 -3
View File
@@ -12,9 +12,8 @@ const StyledModal = styled(Modal)`
.modal-content {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
top: calc(50% - 150px);
left: calc(50% - 150px);
display: block;
padding: 2px;
font-size: 10pt;