aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/shortcodes
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-08-04 15:38:53 -0400
committertdro <tdro@noreply.example.com>2023-08-07 20:51:07 -0400
commit6eef5fa3b33e0bbec2f1b473bce48d14334cf2e4 (patch)
tree3bf8005eb5cbe6df9fedb67b76dc9f444cf866ad /themes/default/layouts/shortcodes
parent4f5102276eefe03746db7978ab5d9c52653816f4 (diff)
downloadcanory-6eef5fa3b33e0bbec2f1b473bce48d14334cf2e4.tar.gz
canory-6eef5fa3b33e0bbec2f1b473bce48d14334cf2e4.tar.bz2
canory-6eef5fa3b33e0bbec2f1b473bce48d14334cf2e4.zip
assets/css/default: Normalize font sizing on details pseudo
Diffstat (limited to 'themes/default/layouts/shortcodes')
-rw-r--r--themes/default/layouts/shortcodes/disclose.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/themes/default/layouts/shortcodes/disclose.html b/themes/default/layouts/shortcodes/disclose.html
index 2cc99c7..c5e7c2c 100644
--- a/themes/default/layouts/shortcodes/disclose.html
+++ b/themes/default/layouts/shortcodes/disclose.html
@@ -4,7 +4,9 @@
{{- $text = .Inner -}}
{{- end -}}
-<details data-disclosure>
- <summary>{{ (or $.Page.Params.title $text) | markdownify }}</summary>
+<details data-disclosure="">
+ <summary>
+ {{ (or $.Page.Params.title $text) | markdownify }}
+ </summary>
</details>
{{- /* This comment removes trailing newlines and white spaces. */ -}}