From 065f5413aedccb8972dea0e001054666f3e447f5 Mon Sep 17 00:00:00 2001 From: Akarsh Jain Date: Thu, 6 Oct 2022 11:51:37 +0530 Subject: [PATCH] message_feed: Fix /me message alignment of message actions. These were apparently no longer aligned with the timestamp. Fixes #23101. --- static/styles/zulip.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/styles/zulip.css b/static/styles/zulip.css index d323c8505d..f361af4dd8 100644 --- a/static/styles/zulip.css +++ b/static/styles/zulip.css @@ -1078,7 +1078,7 @@ td.pointer { } &.sender-status-controls { - top: 10px; + top: 8px; } .message_failed {