From a9a081903a9abbd8ab34a3f4dc058ab8383a1792 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Fri, 16 Jul 2021 23:07:15 +0200 Subject: [PATCH] expand: make expander more visible #24 --- layouts/shortcodes/expand.html | 8 +++----- static/css/theme.css | 9 +++++++++ 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/layouts/shortcodes/expand.html b/layouts/shortcodes/expand.html index 0e7ddb1867..2fb9ba46e0 100644 --- a/layouts/shortcodes/expand.html +++ b/layouts/shortcodes/expand.html @@ -1,16 +1,14 @@ {{ $_hugo_config := `{ "version": 1 }` }}
- + diff --git a/static/css/theme.css b/static/css/theme.css index 6b0d266e54..c759e2d76e 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -1133,3 +1133,12 @@ pre .copy-to-clipboard:hover { option { color: initial; } + +.expand-label { + cursor: pointer; +} + +.expand-label i{ + font-size: x-small; + width: 8px; +}