From 99423efab98aa434128e9f173a32ddabbdecc456 Mon Sep 17 00:00:00 2001 From: alexanderroese Date: Tue, 13 Aug 2024 12:54:39 +0200 Subject: [PATCH] changed emoji picker input size --- snippets/shx-3d-render-input.liquid | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/snippets/shx-3d-render-input.liquid b/snippets/shx-3d-render-input.liquid index 47585cc..76aea8f 100644 --- a/snippets/shx-3d-render-input.liquid +++ b/snippets/shx-3d-render-input.liquid @@ -161,10 +161,7 @@ .shx-emoji-picker { width: 100%; --emoji-size: 2.5rem; - } - - .shx-emoji-picker #search { - font-size: 14px; + --input-font-size: 14px; }