From 514c27812a758d7ee2a3d78d429100e216016712 Mon Sep 17 00:00:00 2001 From: Fini Jastrow Date: Thu, 4 May 2023 11:34:26 +0200 Subject: [PATCH] cheat-sheet: Improve icon-box list [why] There are 2.9 rows of icons shown. This looks rather odd, with the last (3rd) row having their bottoms removed. [how] Show instead 3.1 rows. This gives a visual hint to the user that scrolling is possible (because the tops of the 4th row are shows), and looks better with only 3 rows. 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 975da58de..21c1ee2b8 100644 --- a/_includes/css/nerd-font-tweaks.scss +++ b/_includes/css/nerd-font-tweaks.scss @@ -104,7 +104,7 @@ a.nerd-font-button:before { } #main .nerd-font-cheat-sheet { - max-height: 480px; + max-height: 520px; overflow-x: hidden; overflow-y: scroll; margin-top: 40px;