mirror of https://github.com/zulip/zulip.git
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:
parent
f6f2f9e70a
commit
8d539cff8f
|
@ -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%;
|
||||||
|
|
Loading…
Reference in New Issue