This repository was archived by the owner on Sep 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +17
-19
lines changed Expand file tree Collapse file tree 1 file changed +17
-19
lines changed Original file line number Diff line number Diff line change @@ -241,6 +241,23 @@ $left-gutter: 64px;
241
241
z-index : 9 ;
242
242
}
243
243
244
+ .mx_RoomView_timeline_rr_enabled & {
245
+ $inline-end-margin : 80px ; // TODO: Use a spacing variable
246
+
247
+ .mx_ThreadSummary ,
248
+ .mx_ThreadSummary_icon ,
249
+ .mx_EventTile_line {
250
+ margin-right : $inline-end-margin ;
251
+ min-height : $font-14px ;
252
+ }
253
+
254
+ .mx_ThreadSummary {
255
+ max-width : min (calc (100% - $left-gutter - $inline-end-margin ), 600px ); // leave space on both left & right gutters
256
+ }
257
+
258
+ // on ELS we need the margin to allow interaction with the expand/collapse button which is normally in the RR gutter
259
+ }
260
+
244
261
& .mx_EventTile_continuation {
245
262
padding-top : 0px !important ;
246
263
}
@@ -484,25 +501,6 @@ $left-gutter: 64px;
484
501
}
485
502
}
486
503
487
- .mx_RoomView_timeline_rr_enabled {
488
- .mx_EventTile [data-layout = group ] {
489
-
490
- .mx_ThreadSummary ,
491
- .mx_ThreadSummary_icon ,
492
- .mx_EventTile_line {
493
- /* ideally should be 100px, but 95px gives us a max thumbnail size of 800x600, which is nice */
494
- margin-right : 80px ;
495
- min-height : $font-14px ;
496
- }
497
-
498
- .mx_ThreadSummary {
499
- max-width : min (calc (100% - $left-gutter - 80px ), 600px ); // leave space on both left & right gutters
500
- }
501
- }
502
-
503
- // on ELS we need the margin to allow interaction with the expand/collapse button which is normally in the RR gutter
504
- }
505
-
506
504
.mx_EventTile_bigEmoji {
507
505
font-size : 48px ;
508
506
line-height : 57px ;
You can’t perform that action at this time.
0 commit comments