Fix look and feel v13

This commit is contained in:
Laurent Destailleur
2020-10-31 03:50:16 +01:00
parent aafac6f989
commit 44f532e1da
4 changed files with 27 additions and 20 deletions

View File

@@ -1135,7 +1135,7 @@ $(document).ready(function() {
if (window.location !== window.parent.location ) {
console.log("Page is detected to be into an iframe, we hide by CSS the menus");
// The page is in an iframe
jQuery(".side-nav-vert, .side-nav").hide();
jQuery(".side-nav-vert, .side-nav, .websitebar").hide();
jQuery(".id-container").css('width', '100%');
}