Thanks to visit codestin.com Credit goes to github.com
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 a2baa64 commit 620f483Copy full SHA for 620f483
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.6em");
+ $(`code:contains(ToC)`).html(TOC_MOBILE).css("line-height", "2em");
61
}
62
63
function updateToc() {
64
65
66
} else {
67
$(`code:contains(ToC)`).html(TOC).css("line-height", "1em");
68
0 commit comments