]> _ Git - odl.git/commitdiff
Tweak search close timing. WIP #4781 @0:05
authorStephen Cameron <stephen@cubedesigners.com>
Mon, 20 Dec 2021 17:13:23 +0000 (18:13 +0100)
committerStephen Cameron <stephen@cubedesigners.com>
Mon, 20 Dec 2021 17:13:23 +0000 (18:13 +0100)
resources/views/components/search.blade.php

index 4a5aab32bb0b914af82bd02a8bac20fddeb7f28b..c5bed4f57e467f9c1fef91fa72880e1e77e5302c 100644 (file)
@@ -72,7 +72,7 @@
     <div class="flex-1 max-h-full overflow-y-auto"
          x-show="searchOpen"
          x-transition:enter.opacity.duration.500ms.delay.1500ms
-         x-transition:leave.opacity.delay.0ms>
+         x-transition:leave.opacity.delay.50ms>
         <div x-show="query !== ''" class="font-secondary font-medium">
             <p x-text="resultCount" class="mt-15 opacity-50"></p>