From ecf1a4af8c26238d573bd3cbe41209b31f33b62e Mon Sep 17 00:00:00 2001 From: Richard Harris Date: Mon, 8 Apr 2019 07:56:53 -0400 Subject: [PATCH] add menu icon to tutorial dropdown --- .../tutorial/[slug]/_components/TableOfContents.svelte | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/site/src/routes/tutorial/[slug]/_components/TableOfContents.svelte b/site/src/routes/tutorial/[slug]/_components/TableOfContents.svelte index 4dab3416d8..616738268c 100644 --- a/site/src/routes/tutorial/[slug]/_components/TableOfContents.svelte +++ b/site/src/routes/tutorial/[slug]/_components/TableOfContents.svelte @@ -28,7 +28,7 @@ a { display: block; - padding: 0.7em 0; + padding: 0.75em 0; text-align: center; opacity: 0.7; } @@ -64,7 +64,13 @@
- {selected.section.title} / {selected.chapter.title} + + + + {selected.section.title} / + + {selected.chapter.title} +