This repository was archived by the owner on Sep 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,8 @@ limitations under the License.
84
84
margin-right : 2px ;
85
85
}
86
86
87
- .mx_EventListSummary :not ([data-layout = bubble ]) .mx_EventTile_line {
87
+ .mx_GenericEventListSummary :not ([data-layout = bubble ]) .mx_EventTile_line ,
88
+ .mx_GenericEventListSummary :not ([data-layout = bubble ]) > .mx_GenericEventListSummary_unstyledList > .mx_EventTile_info .mx_EventTile_avatar ~ .mx_EventTile_line {
88
89
padding-left : 36px ;
89
90
}
90
91
Original file line number Diff line number Diff line change @@ -280,14 +280,13 @@ $left-gutter: 64px;
280
280
}
281
281
}
282
282
283
- .mx_EventTile :not ([data-layout = bubble ]).mx_EventTile_info .mx_EventTile_line ,
284
- .mx_GenericEventListSummary :not ([data-layout = bubble ]) > ol > .mx_EventTile_info .mx_EventTile_avatar ~ .mx_EventTile_line {
285
- padding-left : calc ($left-gutter + 20px ) !important ; // override padding-left $left-gutter
283
+ .mx_GenericEventListSummary :not ([data-layout = bubble ]) .mx_EventTile_line {
284
+ padding-left : $left-gutter ;
286
285
}
287
286
288
287
.mx_EventTile :not ([data-layout = bubble ]).mx_EventTile_info .mx_EventTile_line ,
289
- .mx_GenericEventListSummary :not ([data-layout = bubble ]) .mx_EventTile_line {
290
- padding-left : $left-gutter ;
288
+ .mx_GenericEventListSummary :not ([data-layout = bubble ]) > .mx_GenericEventListSummary_unstyledList > .mx_EventTile_info .mx_EventTile_avatar ~ .mx_EventTile_line {
289
+ padding-left : calc ( $left-gutter + 20 px ); // override padding-left $left-gutter
291
290
}
292
291
293
292
/* all the overflow-y: hidden; are to trap Zalgos -
You can’t perform that action at this time.
0 commit comments