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.
This commit is contained in:
Tim Abbott 2023-04-30 21:02:19 -07:00
parent 69779688f0
commit 368d2aa27d
1 changed files with 0 additions and 1 deletions

View File

@ -240,7 +240,6 @@
#compose_top_right {
display: flex;
align-items: center;
margin-bottom: auto;
& button {
background: transparent;