We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 892c94f commit 3b5561dCopy full SHA for 3b5561d
web/script_2.js
@@ -62,7 +62,7 @@ var PLOTLY_WIDTH_DESKTOP = 914
62
function switch_to_mobile_view() {
63
$(`code:contains(ToC)`).html(TOC_MOBILE).css("line-height", TOC_EM);
64
const body = document.querySelector("body");
65
- body.style["width"] = `${TOC_SCREEN_WIDTH_CUTOFF}px`;
+ body.style["width"] = `${TOC_SCREEN_WIDTH_CUTOFF+12}px`;
66
const plotlyDivs = document.querySelectorAll(".plotly-graph-div");
67
plotlyDivs.forEach((div) => {
68
div.style["width"] = `${TOC_SCREEN_WIDTH_CUTOFF}px`;
0 commit comments