Fixed collapsed sidebar not showing fly-out menu

This commit is contained in:
Phil Hughes 2017-08-17 08:54:54 +01:00
parent 36ba84cb94
commit cb1a3690f7
No known key found for this signature in database
GPG Key ID: DB8CE4B3A3EE91AB
1 changed files with 5 additions and 2 deletions

View File

@ -103,7 +103,6 @@ $new-sidebar-collapsed-width: 50px;
&.sidebar-icons-only {
width: $new-sidebar-collapsed-width;
overflow-x: hidden;
.badge,
.project-title {
@ -111,7 +110,11 @@ $new-sidebar-collapsed-width: 50px;
}
.nav-item-name {
opacity: 0;
display: none;
}
.sidebar-top-level-items > li > a {
min-height: 44px;
}
}