mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
Fix menu flickering on reload and broken layout w/o JS
fixes #3629 fixes #3630
This commit is contained in:
parent
5ebc38d196
commit
3b06f06a04
@ -43,7 +43,6 @@
|
||||
width: 16em;
|
||||
position: fixed;
|
||||
left: 0;
|
||||
margin-top: -3em;
|
||||
}
|
||||
|
||||
#header-logo {
|
||||
@ -177,9 +176,7 @@
|
||||
// Display tabs if JS is disabled
|
||||
html.no-js .controls > .tabs {
|
||||
background-color: @icinga-blue;
|
||||
margin-left: -1 * @gutter;
|
||||
margin-right: -1 * @gutter;
|
||||
margin-top: -1 * @gutter;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
// Dashboard grid
|
||||
|
@ -625,9 +625,6 @@
|
||||
this.mobileMenu = true;
|
||||
}
|
||||
} else {
|
||||
$headerLogo.css({
|
||||
top: $header.css('height')
|
||||
});
|
||||
$main.css({
|
||||
top: $header.css('height')
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user