mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
css: Reorder drafts.scss so .draft-row are together.
This commit is contained in:
parent
067c9040e7
commit
585b6680ae
@ -71,10 +71,6 @@
|
||||
padding: 5px 25px;
|
||||
}
|
||||
|
||||
.draft-info-box.active {
|
||||
outline: 2px solid hsl(215, 47%, 50%);
|
||||
}
|
||||
|
||||
.draft-row > div {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
@ -86,6 +82,18 @@
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.draft-row .draft-info-box .draft_controls {
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
top: 9px;
|
||||
right: -80px;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
.draft-info-box.active {
|
||||
outline: 2px solid hsl(215, 47%, 50%);
|
||||
}
|
||||
|
||||
.draft-info-box .message_row {
|
||||
border: 0;
|
||||
}
|
||||
@ -102,14 +110,6 @@
|
||||
margin-left: 0px;
|
||||
}
|
||||
|
||||
.draft-row .draft-info-box .draft_controls {
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
top: 9px;
|
||||
right: -80px;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
.draft_controls .restore-draft {
|
||||
cursor: pointer;
|
||||
margin-right: 5px;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user