add menu icon to tutorial dropdown

pull/2381/head
Richard Harris 6 years ago
parent 22a71b9aeb
commit b9aa8912e6

@ -28,7 +28,7 @@
a { a {
display: block; display: block;
padding: 0.7em 0; padding: 0.75em 0;
text-align: center; text-align: center;
opacity: 0.7; opacity: 0.7;
} }
@ -64,7 +64,13 @@
</a> </a>
<div> <div>
<span><strong>{selected.section.title} /</strong> {selected.chapter.title}</span> <span>
<strong>
<span style="position: relative; top: -0.1em; margin: 0 0.5em 0 0"><Icon name="menu"/></span>
{selected.section.title} /
</strong>
{selected.chapter.title}
</span>
<select value={slug} on:change={navigate}> <select value={slug} on:change={navigate}>
{#each sections as section, i} {#each sections as section, i}

Loading…
Cancel
Save