]> _ Git - odl.git/commitdiff
wip #5120
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 22 Feb 2022 15:07:33 +0000 (16:07 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 22 Feb 2022 15:07:33 +0000 (16:07 +0100)
resources/views/components/search.blade.php

index 5c8b45c3db47369d289cfe1a3e7f669d0eda2834..86db3bf1175cfd15faeaed52e66b448754d7d549 100644 (file)
 
     {{-- Search Results --}}
     <div class="flex-1 max-h-full w-full overflow-y-auto"
-         x-show="searchOpen"
+         x-show="showResults"
          x-transition:enter.opacity.duration.500ms.delay.1500ms
          x-transition:leave.opacity.delay.50ms>
-        <div x-show="showResults" class="font-secondary font-medium">
+        <div class="font-secondary font-medium">
             <p x-text="resultCount" class="mt-15 opacity-50"></p>
 
             <div class="h-full max-h-full overflow-y-auto">