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 e9e97fa commit 1f22b7eCopy full SHA for 1f22b7e
web/script_2.js
@@ -57,12 +57,12 @@ 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", "1.4em");
+ $(`code:contains(ToC)`).html(TOC_MOBILE).css("line-height", "1.6em");
61
}
62
63
function updateToc() {
64
65
66
} else {
67
$(`code:contains(ToC)`).html(TOC).css("line-height", "1em");
68
0 commit comments