summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar AsyncBanana <58297401+AsyncBanana@users.noreply.github.com> 2021-10-18 13:50:10 -0400
committerGravatar GitHub <noreply@github.com> 2021-10-18 19:50:10 +0200
commit8c739f9ed1f736906f966ccd66802c0b7cf177c0 (patch)
tree574da226c6604fa15ba72828dcdf0292109ed1d1
parentd4397c4e67d1b23f9c78c3981a525bb21248b71d (diff)
downloadastro-8c739f9ed1f736906f966ccd66802c0b7cf177c0.tar.gz
astro-8c739f9ed1f736906f966ccd66802c0b7cf177c0.tar.zst
astro-8c739f9ed1f736906f966ccd66802c0b7cf177c0.zip
Changed docs TOC buttons to be better touch targets (#1570)
-rw-r--r--docs/public/index.css1
-rw-r--r--examples/docs/public/index.css1
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/public/index.css b/docs/public/index.css
index ba7fce412..cf7b84bc1 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 aadc5c2f5..7ddd90056 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 {