Merge pull request #4541 from matrix-org/t3chguy/fix-reply-margin

Fix reply RR spacing getting doubled
pull/21833/head
Michael Telatynski 2020-05-05 19:56:11 +01:00 committed by GitHub
commit d51a18ac49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ limitations under the License.
.mx_RoomView_timeline_rr_enabled,
// on ELS we need the margin to allow interaction with the expand/collapse button which is normally in the RR gutter
.mx_EventListSummary {
.mx_EventTile_line, .mx_EventTile_reply {
.mx_EventTile_line {
/* ideally should be 100px, but 95px gives us a max thumbnail size of 800x600, which is nice */
margin-right: 110px;
}