mirror of
https://github.com/zulip/zulip.git
synced 2026-07-18 21:04:19 +08:00
css: Reorder compose.scss so .drafts-link is with .compose_table.
This commit is contained in:
parent
72e13478cb
commit
71efd80dac
@ -129,6 +129,13 @@
|
||||
.messagebox {
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
.drafts-link {
|
||||
position: relative;
|
||||
margin-right: 1em;
|
||||
margin-left: 5px;
|
||||
top: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
#send_message_form {
|
||||
@ -397,13 +404,6 @@ input.recipient_box {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.compose_table .drafts-link {
|
||||
position: relative;
|
||||
margin-right: 1em;
|
||||
margin-left: 5px;
|
||||
top: 2px;
|
||||
}
|
||||
|
||||
#sending-indicator {
|
||||
top: 2px;
|
||||
position: relative;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user