Работа над скриптами doxygen

This commit is contained in:
2026-05-24 13:36:11 +05:00
parent 88fe3d6c15
commit b20fc27b37
+5 -7
View File
@@ -76,14 +76,12 @@ function initResizable()
function restoreWidth(navWidth) function restoreWidth(navWidth)
{ {
if (visualViewport.width > visualViewport.height) { var windowWidth = $(window).width() + "px";
var windowWidth = $(window).width() + "px"; content.css({marginLeft:parseInt(navWidth)+barWidth+"px"});
content.css({marginLeft:parseInt(navWidth)+barWidth+"px"}); if (typeof page_layout!=='undefined' && page_layout==1) {
if (typeof page_layout!=='undefined' && page_layout==1) { footer.css({marginLeft:parseInt(navWidth)+barWidth+"px"});
footer.css({marginLeft:parseInt(navWidth)+barWidth+"px"});
}
sidenav.css({width:navWidth + "px"});
} }
sidenav.css({width:navWidth + "px"});
} }
function resizeHeight() function resizeHeight()