mirror of https://github.com/zulip/zulip.git
css: Nest `new_message_button` inside `#compose_buttons`.
This commit is contained in:
parent
60fe12bcfe
commit
877d198363
|
@ -2,10 +2,6 @@
|
|||
float: left;
|
||||
}
|
||||
|
||||
.new_message_button {
|
||||
padding-top: 1.1em;
|
||||
}
|
||||
|
||||
.alert-draft {
|
||||
font-size: 14px;
|
||||
color: hsl(170, 48%, 54%);
|
||||
|
@ -17,6 +13,10 @@
|
|||
#compose_buttons {
|
||||
text-align: right;
|
||||
|
||||
.new_message_button {
|
||||
padding-top: 1.1em;
|
||||
}
|
||||
|
||||
.new_message_button .compose_mobile_button span {
|
||||
font-size: 1.2em !important;
|
||||
font-weight: 400;
|
||||
|
|
Loading…
Reference in New Issue