Navigation: make editing work again

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2017-10-25 12:37:12 +02:00
committed by Julius Härtl
parent 91261f2e4e
commit 35fc02734f
2 changed files with 12 additions and 7 deletions

View File

@@ -97,9 +97,14 @@ input.input-inline {
height: 100%;
width: 100%;
}
.app-navigation-entry-edit {
height: auto;
li {
transition: height 250ms ease-in-out, opacity 250ms ease-in-out, z-index 250ms ease-in-out;
}
.editing {
height: 82px;
}
.app-navigation-entry-edit {
.colorselect div{
height: 32px;
}