mirror of
https://github.com/zulip/zulip.git
synced 2026-07-03 21:10:12 +08:00
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:
parent
f314d819aa
commit
f4e9bf269c
@ -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;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user