Работа над скриптами doxygen
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user