diff --git a/css/style.scss b/css/style.scss index 86bc9346d..b18977a6d 100644 --- a/css/style.scss +++ b/css/style.scss @@ -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; } diff --git a/templates/part.navigation.php b/templates/part.navigation.php index cc2ad7468..8eef2b7f2 100644 --- a/templates/part.navigation.php +++ b/templates/part.navigation.php @@ -4,11 +4,11 @@