added ReplyModal placeholder

This commit is contained in:
plebbitor
2023-04-18 12:44:55 +02:00
parent 9e0d8e373a
commit b6c041ea9e
2 changed files with 20 additions and 2 deletions
@@ -56,6 +56,23 @@ export const StyledModal = styled(Modal)`
margin-top: 0.5px;
}
.textarea-wrapper {
position: relative;
}
.textarea {
padding-top: 2em;
}
.fixed-text {
position: absolute;
top: 4px;
left: 5px;
color: #999;
text-decoration: underline;
pointer-events: none;
}
#captcha-container {
position: relative;
clear: both;