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 +13
-2
lines changed
res/css/views/right_panel Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -239,6 +239,15 @@ limitations under the License.
239
239
240
240
& .mx_ThreadView .mx_EventTile {
241
241
// handling for hidden events (e.g reactions) in the thread view
242
+
243
+ & :not ([data-layout = bubble ]) {
244
+ & :hover .mx_EventTile_verified.mx_EventTile_info .mx_EventTile_line ,
245
+ & :hover .mx_EventTile_unverified.mx_EventTile_info .mx_EventTile_line ,
246
+ & :hover .mx_EventTile_unknown.mx_EventTile_info .mx_EventTile_line {
247
+ padding-inline-start : 0 ; // Override
248
+ }
249
+ }
250
+
242
251
& .mx_EventTile_info {
243
252
padding-top : 0 ;
244
253
@@ -263,20 +272,22 @@ limitations under the License.
263
272
}
264
273
265
274
.mx_EventTile_avatar {
266
- top : 0 ; // Align with hidden event content
267
275
left : calc ($MessageTimestamp_width + 14px - 4px ); // 14px: avatar width, 4px: align with text
268
276
z-index : 9 ; // position above the hover styling
269
277
}
270
278
}
271
279
272
280
& [data-layout = bubble ] {
273
281
.mx_EventTile_avatar {
274
- left : 30 px ;
282
+ inset-inline-start : 0 ;
275
283
}
276
284
}
277
285
278
286
.mx_EventTile_avatar {
279
287
position : absolute ;
288
+ top : 1.5px ; // Align with hidden event content
289
+ margin-top : 0 ;
290
+ margin-bottom : 0 ;
280
291
width : 14px ; // avatar img size
281
292
height : 14px ; // avatar img size
282
293
}
You can’t perform that action at this time.
0 commit comments