Skip to content

Commit c88da98

Browse files
committed
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 <ulf.fini.jastrow@desy.de>
1 parent ae62fc9 commit c88da98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/css/nerd-font-tweaks.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,7 @@ a.nerd-font-button:before {
733733
}
734734

735735
.sectioninner3 {
736-
line-height: 20px;
736+
line-height: 17px;
737737
font-size: 11px;
738738
}
739739
}

0 commit comments

Comments
 (0)