mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
css: Reorder drafts.scss so .drafts-container are in same place.
This commit is contained in:
parent
c6b3d0212d
commit
b940406877
@ -12,21 +12,6 @@
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.drafts-header {
|
||||
padding: {
|
||||
top: 4px;
|
||||
bottom: 8px;
|
||||
}
|
||||
text-align: center;
|
||||
border-bottom: 1px solid hsl(0, 0%, 87%);
|
||||
}
|
||||
|
||||
.drafts-header h1 {
|
||||
margin: 0;
|
||||
font-size: 1.1em;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.drafts-container .exit {
|
||||
font-weight: 400;
|
||||
position: absolute;
|
||||
@ -45,6 +30,21 @@
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.drafts-header {
|
||||
padding: {
|
||||
top: 4px;
|
||||
bottom: 8px;
|
||||
}
|
||||
text-align: center;
|
||||
border-bottom: 1px solid hsl(0, 0%, 87%);
|
||||
}
|
||||
|
||||
.drafts-header h1 {
|
||||
margin: 0;
|
||||
font-size: 1.1em;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.drafts-list {
|
||||
padding: 10px 0;
|
||||
overflow: auto;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user