]> _ Git - fluidbook-toolbox.git/commitdiff
wait #6437
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 23 Oct 2023 13:55:56 +0000 (15:55 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 23 Oct 2023 13:55:56 +0000 (15:55 +0200)
app/Fluidbook/Compiler/Compiler.php

index f8db245471f613aaca802727b40475301c755da4..0ae211e0cd9712a6120d9c24b61feda35a2aec4c 100644 (file)
@@ -1906,6 +1906,7 @@ class Compiler extends Base implements CompilerInterface
         $this->lessVariables['thumb-height'] = $thumbh . 'px';
 
         # Aftersearch
+        $this->lessVariables['aftersearch-width']=$this->lessVariables['aftersearch-height']='0';
         if ($afterSearch = $this->themeAsset('afterSearch')) {
             $dim = Image::getimagesize($afterSearch);
             $this->lessVariables['aftersearch-width'] = $dim[0].'px';