From f4e9bf269ca6d83709f1100ef7b32d760f27e917 Mon Sep 17 00:00:00 2001 From: Aman Agrawal Date: Mon, 23 Jan 2023 07:18:30 +0000 Subject: [PATCH] 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. --- static/styles/message_row.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/styles/message_row.css b/static/styles/message_row.css index 0a11cba7c1..2be9e21e35 100644 --- a/static/styles/message_row.css +++ b/static/styles/message_row.css @@ -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;