Make the reply box more distinct

This commit is contained in:
Danila Fedorin 2021-07-22 14:44:57 -07:00
parent b0c5b2f2ce
commit 711732200e

View file

@ -467,8 +467,12 @@ a {
margin-top: 5px;
}
.MessageComposer_replyPreview {
border: 1px solid rgba(225, 225, 225, 0.9);
background: rgba(245, 245, 245, 0.90);
}
.MessageComposer_input, .MessageComposer_replyPreview {
border-top: 1px solid rgba(245, 245, 245, 0.90);
padding: 8px 16px;
}
@ -493,6 +497,10 @@ a {
background-size: 18px;
}
.MessageComposer_input:first-child {
border-top: 1px solid rgba(245, 245, 245, 0.90);
}
.MessageComposer_input > :not(:first-child) {
margin-left: 12px;
}