diff --git a/src/components/ReplyModal.jsx b/src/components/ReplyModal.jsx
index 60669cd5..5c17b00e 100644
--- a/src/components/ReplyModal.jsx
+++ b/src/components/ReplyModal.jsx
@@ -185,8 +185,9 @@ const ReplyModal = ({ isOpen, closeModal }) => {
-
-
+
+ {`c/${selectedShortCid}`}
+
diff --git a/src/components/styled/ReplyModal.styled.jsx b/src/components/styled/ReplyModal.styled.jsx
index a716f716..8594f392 100644
--- a/src/components/styled/ReplyModal.styled.jsx
+++ b/src/components/styled/ReplyModal.styled.jsx
@@ -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;