css: Nest .drafts-header inside .drafts-container.

This commit is contained in:
Vaibhav 2019-08-16 07:12:45 +05:30 committed by Tim Abbott
parent 591ebb22bf
commit d20204826d
2 changed files with 16 additions and 16 deletions

View File

@ -11,6 +11,21 @@
display: flex;
flex-direction: column;
.drafts-header {
padding: {
top: 4px;
bottom: 8px;
}
text-align: center;
border-bottom: 1px solid hsl(0, 0%, 87%);
h1 {
margin: 0;
font-size: 1.1em;
text-transform: uppercase;
}
}
.exit {
font-weight: 400;
position: absolute;
@ -30,21 +45,6 @@
}
}
.drafts-header {
padding: {
top: 4px;
bottom: 8px;
}
text-align: center;
border-bottom: 1px solid hsl(0, 0%, 87%);
h1 {
margin: 0;
font-size: 1.1em;
text-transform: uppercase;
}
}
.drafts-list {
padding: 10px 0;
overflow: auto;

View File

@ -351,7 +351,7 @@ on a dark background, and don't change the dark labels dark either. */
thead,
#searchbox,
#searchbox_legacy,
.drafts-header,
.drafts-container .drafts-header,
.nav > li > a:hover,
.subscriptions-container .subscriptions-header,
.grey-box,