From 87d9bc8f7cf46d4460e2ba4b8fae2c724b7d775d Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 30 Jun 2024 14:24:37 +0300 Subject: [PATCH] Enlarge expand icon, fix #110 --- src/features/posts/css/postIcons.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/features/posts/css/postIcons.css b/src/features/posts/css/postIcons.css index f522c51..4cbaaa9 100644 --- a/src/features/posts/css/postIcons.css +++ b/src/features/posts/css/postIcons.css @@ -210,3 +210,9 @@ li.viewSource { .thing .flat-list { align-items: center; } +a.expand { + font-weight: bolder; + padding-left: 4px; + padding-right: 4px; + font-size: 1.1em; +}