1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2025-09-01 02:18:04 +00:00

Make subhyphae links become smaller with deeper nesting

This commit is contained in:
bouncepaw
2021-05-01 12:06:29 +05:00
parent 317081b69f
commit 8fb43419bf
3 changed files with 3 additions and 1 deletions

View File

@@ -298,6 +298,7 @@ td { padding: .25rem; }
caption { caption-side: top; font-size: small; }
.subhyphae__list, .subhyphae__list ul { display: flex; padding: 0; margin: 0; flex-wrap: wrap; }
.subhyphae__list ul { font-size: 90%; }
.subhyphae__entry { list-style-type: none; border: 1px solid #999; padding: 0; margin: .125rem; border-radius: .25rem; }
.subhyphae__link { display: block; padding: .25rem; text-decoration: none; }
.subhyphae__link:hover { background: #eee; }

View File

@@ -183,6 +183,7 @@ td { padding: .25rem; }
caption { caption-side: top; font-size: small; }
.subhyphae__list, .subhyphae__list ul { display: flex; padding: 0; margin: 0; flex-wrap: wrap; }
.subhyphae__list ul { font-size: 90%; }
.subhyphae__entry { list-style-type: none; border: 1px solid #999; padding: 0; margin: .125rem; border-radius: .25rem; }
.subhyphae__link { display: block; padding: .25rem; text-decoration: none; }
.subhyphae__link:hover { background: #eee; }