We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 500fc59 commit 23157f2Copy full SHA for 23157f2
res/css/views/rooms/_EventTile.scss
@@ -419,12 +419,12 @@ $threadInfoLineHeight: calc(2 * $font-12px); // See: _commons.scss
419
.mx_ThreadSummaryIcon,
420
.mx_EventTile_line {
421
/* ideally should be 100px, but 95px gives us a max thumbnail size of 800x600, which is nice */
422
- margin-right: 110px;
+ margin-right: 80px;
423
min-height: $font-14px;
424
}
425
426
.mx_ThreadSummary {
427
- 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
428
429
430
0 commit comments