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 +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -132,15 +132,6 @@ $hover-select-border: 4px;
132132 }
133133 }
134134
135- & .mx_EventTile_info .mx_EventTile_line ,
136- & ~ .mx_EventListSummary > :not (.mx_EventTile ) .mx_EventTile_avatar ~ .mx_EventTile_line {
137- padding-left : calc ($left-gutter + 18px );
138- }
139-
140- & ~ .mx_EventListSummary .mx_EventTile_line {
141- padding-left : calc ($left-gutter );
142- }
143-
144135 & .mx_EventTile_selected.mx_EventTile_info .mx_EventTile_line {
145136 padding-left : calc ($left-gutter + 18px - $hover-select-border );
146137 }
@@ -280,6 +271,15 @@ $hover-select-border: 4px;
280271 }
281272}
282273
274+ .mx_EventTile :not ([data-layout = bubble ]).mx_EventTile_info .mx_EventTile_line ,
275+ .mx_EventListSummary :not ([data-layout = bubble ]) > :not (.mx_EventTile ) .mx_EventTile_avatar ~ .mx_EventTile_line {
276+ padding-left : calc ($left-gutter + 18px );
277+ }
278+
279+ .mx_EventListSummary :not ([data-layout = bubble ]) .mx_EventTile_line {
280+ padding-left : calc ($left-gutter );
281+ }
282+
283283/* all the overflow-y: hidden; are to trap Zalgos -
284284 but they introduce an implicit overflow-x: auto.
285285 so make that explicitly hidden too to avoid random
You can’t perform that action at this time.
0 commit comments