From acb5c9162a7a37bb74f78f6d77deb1a243e0db7f Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 23 Oct 2023 15:55:56 +0200 Subject: [PATCH] wait #6437 --- app/Fluidbook/Compiler/Compiler.php | 1 + 1 file changed, 1 insertion(+) 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'; -- 2.39.5