layout.less: Fix footer alignment, when `.sidebar-collapsed

fixes #4756
This commit is contained in:
Florian Strohmaier 2022-03-21 18:01:09 +01:00
parent c9c5823d6a
commit b7f4b30935

View File

@ -2,12 +2,20 @@
#footer {
bottom: 0;
left: 12em;
right: 0;
left: 12em;
position: fixed;
z-index: 999;
}
#layout.minimal-layout #footer {
left: 0;
}
.sidebar-collapsed #footer {
left: 3em;
}
#guest-error {
background-color: @icinga-blue;
height: 100%;