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 084eaee commit a7cbb3dCopy full SHA for a7cbb3d
web/script_2.js
@@ -57,7 +57,7 @@ if(/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine
57
var TOC_SCREEN_WIDTH_CUTOFF = 667
58
59
if (isMobile && window.screen.width < TOC_SCREEN_WIDTH_CUTOFF) {
60
- $(`code:contains(ToC)`).html(TOC_MOBILE).css("line-height", "2em");
+ $(`code:contains(ToC)`).html(TOC_MOBILE).css("line-height", "1.8em");
61
}
62
63
function updateToc() {
0 commit comments