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.
239239
240240 & .mx_ThreadView .mx_EventTile {
241241 // 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+
242251 & .mx_EventTile_info {
243252 padding-top : 0 ;
244253
@@ -263,20 +272,22 @@ limitations under the License.
263272 }
264273
265274 .mx_EventTile_avatar {
266- top : 0 ; // Align with hidden event content
267275 left : calc ($MessageTimestamp_width + 14px - 4px ); // 14px: avatar width, 4px: align with text
268276 z-index : 9 ; // position above the hover styling
269277 }
270278 }
271279
272280 & [data-layout = bubble ] {
273281 .mx_EventTile_avatar {
274- left : 30 px ;
282+ inset-inline-start : 0 ;
275283 }
276284 }
277285
278286 .mx_EventTile_avatar {
279287 position : absolute ;
288+ top : 1.5px ; // Align with hidden event content
289+ margin-top : 0 ;
290+ margin-bottom : 0 ;
280291 width : 14px ; // avatar img size
281292 height : 14px ; // avatar img size
282293 }
You can’t perform that action at this time.
0 commit comments