We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 620f483 commit 084eaeeCopy full SHA for 084eaee
web/script_2.js
@@ -62,9 +62,9 @@ if (isMobile && window.screen.width < TOC_SCREEN_WIDTH_CUTOFF) {
62
63
function updateToc() {
64
if (isMobile && window.screen.width < TOC_SCREEN_WIDTH_CUTOFF) {
65
- $(`code:contains(ToC)`).html(TOC_MOBILE).css("line-height", "2em");
+ $(`code:contains(ToC)`).html(TOC_MOBILE).css("line-height", "1.8em");
66
} else {
67
- $(`code:contains(ToC)`).html(TOC).css("line-height", "1em");
+ $(`code:contains(ToC)`).html(TOC).css("line-height", "1.8em");
68
}
69
70
window.addEventListener("orientationchange", updateToc, false);
0 commit comments