Fix threads broken layout (#6997)

This commit is contained in:
Germain 2021-10-20 18:14:24 +01:00 committed by GitHub
parent 115c6e8357
commit 35b5109c2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 44 additions and 27 deletions

View file

@ -24,6 +24,11 @@ $left-gutter: 64px;
font-size: $font-14px;
position: relative;
.mx_ThreadInfo {
margin-right: 110px;
margin-left: 64px;
}
&.mx_EventTile_info {
padding-top: 1px;
}
@ -693,7 +698,7 @@ $left-gutter: 64px;
justify-content: flex-start;
clear: both;
&:hover, &-active {
&:hover {
cursor: pointer;
border: 1px solid $quinary-content;
padding-top: 7px;
@ -785,6 +790,12 @@ $left-gutter: 64px;
left: auto;
right: 0;
}
.mx_ReactionsRow {
order: 999;
padding-left: 0;
padding-right: 0;
}
}
.mx_MessageComposer_sendMessage {