From 35fc02734fe02ae15000481c0fad0c808ebe6320 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Wed, 25 Oct 2017 12:37:12 +0200 Subject: [PATCH] Navigation: make editing work again MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- css/style.scss | 9 +++++++-- templates/part.navigation.php | 10 +++++----- 2 files changed, 12 insertions(+), 7 deletions(-) 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 @@
  • t('Archived boards')); ?>
  • t('Shared boards')); ?>
  • -
  • +
  • - - {{ b.title }} -
    + + {{ b.title }} +
    • t('Shared with you')); ?>
    • @@ -25,7 +25,7 @@
    -
    +