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; display: flex;
flex-direction: column; 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 { .exit {
font-weight: 400; font-weight: 400;
position: absolute; 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 { .drafts-list {
padding: 10px 0; padding: 10px 0;
overflow: auto; overflow: auto;

View File

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