mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
Make reply preview flush left
This commit is contained in:
parent
1b9f970d7f
commit
4d63b41127
@ -49,6 +49,21 @@ limitations under the License.
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
.ReplyPreviewView .Timeline_message {
|
||||
display: grid;
|
||||
grid-template:
|
||||
"body" auto
|
||||
"body" 1fr;
|
||||
margin-left: 0;
|
||||
padding-left: 0;
|
||||
padding-top: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.ReplyPreviewView .Timeline_message:not(.continuation) {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 800px) {
|
||||
.Timeline_message {
|
||||
grid-template:
|
||||
|
Loading…
Reference in New Issue
Block a user