css: Remove unneeded 35px right margin from recipient row.

This margin doesn't make sense in a wider view, and is actually
a hinderance to the layout on narrower screens, and removing it still
keeps more than enough separation from the buttons on the right.
This commit is contained in:
Rohitt Vashishtha 2022-12-14 22:25:05 +05:30 committed by Tim Abbott
parent f6f2f9e70a
commit 8d539cff8f
1 changed files with 0 additions and 1 deletions

View File

@ -128,7 +128,6 @@
.pm_recipient { .pm_recipient {
margin-left: 5px; margin-left: 5px;
margin-right: 35px;
display: flex; display: flex;
align-items: center; align-items: center;
width: 100%; width: 100%;