From 8c739f9ed1f736906f966ccd66802c0b7cf177c0 Mon Sep 17 00:00:00 2001 From: AsyncBanana <58297401+AsyncBanana@users.noreply.github.com> Date: Mon, 18 Oct 2021 13:50:10 -0400 Subject: [PATCH] Changed docs TOC buttons to be better touch targets (#1570) --- docs/public/index.css | 1 + examples/docs/public/index.css | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/public/index.css b/docs/public/index.css index ba7fce4120..cf7b84bc14 100644 --- a/docs/public/index.css +++ b/docs/public/index.css @@ -337,6 +337,7 @@ h2.heading { display: inline-flex; gap: 0.5em; width: 100%; + padding: 0.15em 0 0.15em 0; } .header-link.depth-3 { diff --git a/examples/docs/public/index.css b/examples/docs/public/index.css index aadc5c2f51..7ddd90056b 100644 --- a/examples/docs/public/index.css +++ b/examples/docs/public/index.css @@ -341,6 +341,7 @@ h2.heading { display: inline-flex; gap: 0.5em; width: 100%; + padding: 0.15em 0 0.15em 0; } .header-link.depth-3 {