From c88da986f0f1b37076b969b5e9a920337dc5db0c Mon Sep 17 00:00:00 2001 From: Fini Jastrow Date: Mon, 23 Oct 2023 16:44:40 +0200 Subject: [PATCH] Redo: Fix wrong small version of all-icons-divider [why] The previous fix broke the instances of the subtitle circle in all the other topics (Downloads, CheatSheet, Backers, ...) because it rendered the circle too wide horizontally, while the vertical size was ok. [how] The previous previous fix with a concrete circle hight and width and adequate line spacing for the filling font works better. The circle is not absolutely circular, but roughly it is. Unless there is a Web magician who can fix this in a better way I believe the not-really-circular in one place (all-icons-divider) is better than absurdly wide circles in all section subtitles. Fixes: #1384 Signed-off-by: Fini Jastrow --- _includes/css/nerd-font-tweaks.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/css/nerd-font-tweaks.scss b/_includes/css/nerd-font-tweaks.scss index 81bf31dc73..b806939f26 100644 --- a/_includes/css/nerd-font-tweaks.scss +++ b/_includes/css/nerd-font-tweaks.scss @@ -733,7 +733,7 @@ a.nerd-font-button:before { } .sectioninner3 { - line-height: 20px; + line-height: 17px; font-size: 11px; } }