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

Commit

Permalink
Reduce gutter with the new read receipt UI (#8736)
Browse files Browse the repository at this point in the history
  • Loading branch information
Germain authored Jun 6, 2022
1 parent a7f1a0c commit d388ef0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions res/css/views/rooms/_EventTile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -419,12 +419,12 @@ $threadInfoLineHeight: calc(2 * $font-12px); // See: _commons.scss
.mx_ThreadSummaryIcon,
.mx_EventTile_line {
/* ideally should be 100px, but 95px gives us a max thumbnail size of 800x600, which is nice */
margin-right: 110px;
margin-right: 80px;
min-height: $font-14px;
}

.mx_ThreadSummary {
max-width: min(calc(100% - $left-gutter - 110px), 600px); // leave space on both left & right gutters
max-width: min(calc(100% - $left-gutter - 80px), 600px); // leave space on both left & right gutters
}
}

Expand Down

0 comments on commit d388ef0

Please sign in to comment.