From: Vincent Vanwaelscappel Date: Mon, 23 Oct 2023 13:55:56 +0000 (+0200) Subject: wait #6437 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=acb5c9162a7a37bb74f78f6d77deb1a243e0db7f;p=fluidbook-toolbox.git wait #6437 --- diff --git a/app/Fluidbook/Compiler/Compiler.php b/app/Fluidbook/Compiler/Compiler.php index f8db24547..0ae211e0c 100644 --- a/app/Fluidbook/Compiler/Compiler.php +++ b/app/Fluidbook/Compiler/Compiler.php @@ -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';