mirror of
https://github.com/zulip/zulip.git
synced 2026-07-15 21:03:26 +08:00
css: Nest .drafts-link inside .new_message_button.
This commit is contained in:
parent
870ca49f0d
commit
8f6ad6bd11
@ -1,7 +1,3 @@
|
||||
#compose_controls .drafts-link {
|
||||
float: left;
|
||||
}
|
||||
|
||||
#compose_buttons {
|
||||
text-align: right;
|
||||
|
||||
@ -19,6 +15,10 @@
|
||||
line-height: 1em;
|
||||
}
|
||||
|
||||
.drafts-link {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.alert-draft {
|
||||
font-size: 14px;
|
||||
color: hsl(170, 48%, 54%);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user