documentation page

This commit is contained in:
SBD
2024-07-14 14:44:46 +03:00
parent 6339858f42
commit ef6aa3793c
3 changed files with 6 additions and 2 deletions

View File

@@ -1713,6 +1713,7 @@ body.n_scroll{
border: 1px solid #CCCED1FF;
border-top: 0;
left: -1px;
background: #FFFFFF;
}
.documentation_switcher_content_part.hidden{

View File

@@ -7,6 +7,9 @@
}
@media (max-width: 1024px) {
.cur_documentation_version{
font-size: 12px;
}
.left_curtain_documentation{
width: 320px;
height: 100vh;
@@ -546,7 +549,7 @@
width: 60px;
height: 60px;
}
.footer_els_container{
width: 100%;
}

View File

@@ -536,7 +536,7 @@ function closeVersionSwitcherOnBody () {
} else {
$($arrow).animate({rotate: '0deg'},200)
}
$("body")[0].setAttribute("onclick",'')
}
}