Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Fix EventListSummary when RR rendering is disabled
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Telatynski <[email protected]>
  • Loading branch information
t3chguy committed Mar 31, 2020
1 parent 223a4e2 commit 9e8a401
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion res/css/views/rooms/_EventTile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,9 @@ limitations under the License.
line-height: 22px;
}

.mx_RoomView_timeline_rr_enabled {
.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 {
/* ideally should be 100px, but 95px gives us a max thumbnail size of 800x600, which is nice */
margin-right: 110px;
Expand Down

0 comments on commit 9e8a401

Please sign in to comment.