mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
Make the reply box more distinct
This commit is contained in:
parent
b0c5b2f2ce
commit
711732200e
@ -467,8 +467,12 @@ a {
|
|||||||
margin-top: 5px;
|
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 {
|
.MessageComposer_input, .MessageComposer_replyPreview {
|
||||||
border-top: 1px solid rgba(245, 245, 245, 0.90);
|
|
||||||
padding: 8px 16px;
|
padding: 8px 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -493,6 +497,10 @@ a {
|
|||||||
background-size: 18px;
|
background-size: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.MessageComposer_input:first-child {
|
||||||
|
border-top: 1px solid rgba(245, 245, 245, 0.90);
|
||||||
|
}
|
||||||
|
|
||||||
.MessageComposer_input > :not(:first-child) {
|
.MessageComposer_input > :not(:first-child) {
|
||||||
margin-left: 12px;
|
margin-left: 12px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user