mirror of https://github.com/zulip/zulip.git
compose: Remove unnecessary 10x margin.
This margin was ignored and will become a liability with future changes to the compose box HTML.
This commit is contained in:
parent
6cfe10fef2
commit
7010777d6c
|
@ -191,12 +191,6 @@
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
}
|
}
|
||||||
|
|
||||||
#compose_invite_users,
|
|
||||||
#compose_private_stream_alert {
|
|
||||||
/* Don't overlap into the compose_close × */
|
|
||||||
margin-right: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.compose_invite_user,
|
.compose_invite_user,
|
||||||
.compose_private_stream_alert,
|
.compose_private_stream_alert,
|
||||||
.compose-all-everyone,
|
.compose-all-everyone,
|
||||||
|
|
Loading…
Reference in New Issue