mirror of
https://gitnet.fr/deblan/side_menu.git
synced 2025-12-18 05:10:50 +01:00
fix regression
This commit is contained in:
parent
a2b615752b
commit
871cf1f5b4
2 changed files with 2 additions and 1 deletions
|
|
@ -195,6 +195,7 @@
|
|||
}
|
||||
|
||||
.side-menu-always-displayed .side-menu-apps-list {
|
||||
height: calc(100vh - 49px);
|
||||
top: 49px;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
}
|
||||
<?php endif; ?>
|
||||
|
||||
<?php if ($_['display-logo']): ?>
|
||||
<?php if (!$_['display-logo']): ?>
|
||||
.side-menu-logo {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue