From 368d2aa27de152c3cf4c6d3a217db29afe67848e Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Sun, 30 Apr 2023 21:02:19 -0700 Subject: [PATCH] compose: Fix misaligment of compose top right icons. When composing a private message to a different recipient than the current view, the go-to-compose-target icon looked vertically misaligned with these icons. Fix this by removing the CSS rule that made these other top-corner icons not centered within their row. --- web/styles/compose.css | 1 - 1 file changed, 1 deletion(-) diff --git a/web/styles/compose.css b/web/styles/compose.css index 81d2149b95..f6501ab7e1 100644 --- a/web/styles/compose.css +++ b/web/styles/compose.css @@ -240,7 +240,6 @@ #compose_top_right { display: flex; align-items: center; - margin-bottom: auto; & button { background: transparent;