From d0f23fa99107ffffb55fdf9c4d4bf1acf4971298 Mon Sep 17 00:00:00 2001 From: alistair3149 Date: Mon, 17 May 2021 19:27:19 -0400 Subject: [PATCH] fix: incorrect breakpoint for search bar --- resources/skins.citizen.styles/Searchbox.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/skins.citizen.styles/Searchbox.less b/resources/skins.citizen.styles/Searchbox.less index 45b65040..1cbb2b4a 100644 --- a/resources/skins.citizen.styles/Searchbox.less +++ b/resources/skins.citizen.styles/Searchbox.less @@ -254,7 +254,7 @@ } } -@media ( max-width: var( --width-search-bar ) ) { +@media ( max-width: @width-search-bar ) { #search { &form { transition: none; // no transition on mobile