css: Fix positioning of text elements in message row without sender.

When I changed the padding for message content in the PR which
converted the message row to a grid, I forgot to adjust
the position of edited and time elements.
This commit is contained in:
Aman Agrawal 2023-01-23 07:18:30 +00:00 committed by Tim Abbott
parent f314d819aa
commit f4e9bf269c
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
$avatar_column_width: 46px;
$distance_of_text_elements_from_message_box_top: 10px;
$distance_of_text_elements_from_message_box_top: 8.5px;
$distance_of_non_text_elements_from_message_box_top: 6px;
$sender_name_distance_below_flex_center: 3px;