Tweak reply style
This commit is contained in:
parent
3d911f2a22
commit
fb54ab68a3
1 changed files with 6 additions and 1 deletions
|
@ -465,11 +465,15 @@ a {
|
|||
.MessageComposer_replyPreview .Timeline_message {
|
||||
margin: 0;
|
||||
margin-top: 5px;
|
||||
max-height: 30vh;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.MessageComposer_replyPreview {
|
||||
border: 1px solid rgba(225, 225, 225, 0.9);
|
||||
background: rgba(245, 245, 245, 0.90);
|
||||
margin: 0px 10px 10px 10px;
|
||||
box-shadow: 0px 0px 5px #91919169;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.MessageComposer_input, .MessageComposer_replyPreview {
|
||||
|
@ -480,6 +484,7 @@ a {
|
|||
display: inline-flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.MessageComposer_replyPreview > button.cancel {
|
||||
|
|
Reference in a new issue