From b20fc27b377b21a701993ad82be8baa6940b4769 Mon Sep 17 00:00:00 2001 From: felex67 Date: Sun, 24 May 2026 13:36:11 +0500 Subject: [PATCH] =?UTF-8?q?=D0=A0=D0=B0=D0=B1=D0=BE=D1=82=D0=B0=20=D0=BD?= =?UTF-8?q?=D0=B0=D0=B4=20=D1=81=D0=BA=D1=80=D0=B8=D0=BF=D1=82=D0=B0=D0=BC?= =?UTF-8?q?=D0=B8=20doxygen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doxy/injectresize.js | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/doxy/injectresize.js b/doxy/injectresize.js index 2fb973d..aaeb6fc 100644 --- a/doxy/injectresize.js +++ b/doxy/injectresize.js @@ -76,14 +76,12 @@ function initResizable() function restoreWidth(navWidth) { - if (visualViewport.width > visualViewport.height) { - var windowWidth = $(window).width() + "px"; - content.css({marginLeft:parseInt(navWidth)+barWidth+"px"}); - if (typeof page_layout!=='undefined' && page_layout==1) { - footer.css({marginLeft:parseInt(navWidth)+barWidth+"px"}); - } - sidenav.css({width:navWidth + "px"}); + var windowWidth = $(window).width() + "px"; + content.css({marginLeft:parseInt(navWidth)+barWidth+"px"}); + if (typeof page_layout!=='undefined' && page_layout==1) { + footer.css({marginLeft:parseInt(navWidth)+barWidth+"px"}); } + sidenav.css({width:navWidth + "px"}); } function resizeHeight()