Performance fix: hide all glyphs in cheat sheet initially

This commit is contained in:
Ryan L McIntyre 2019-07-14 22:18:22 -07:00
parent 1005ac170e
commit fcef897435

View file

@ -37,6 +37,7 @@
height: 120px;
text-align: center;
margin-bottom: 10px;
display: none; /* don't show any by default */
}
#main .nerd-font-cheat-sheet .column .class-name {