Some noise cleanup / unused selectors

pull/6409/head
Robert Hall 5 years ago
parent 8dd9c1b098
commit 545998fe25

@ -16,7 +16,6 @@
export let gist;
export let name;
export let zen_mode;
export let bundle;
let saving = false;
let downloading = false;

@ -167,27 +167,10 @@
z-index: 111;
}
.pane { width: 100%; height: 100% }
.loading {
text-align: center;
color: var(--second);
font-weight: 400;
margin: 2em 0 0 0;
opacity: 0;
animation: fade-in .4s;
animation-delay: .2s;
animation-fill-mode: both;
}
@keyframes fade-in {
0% { opacity: 0 }
100% { opacity: 1 }
}
.input {
padding: 2.4em 0 0 0;
}
</style>
<svelte:head>

@ -77,6 +77,7 @@
{selected.chapter.title}
</span>
<!-- svelte-ignore a11y-no-onchange -->
<select value={slug} on:change={navigate}>
{#each sections as section, i}
<optgroup label="{i + 1}. {section.title}">

Loading…
Cancel
Save