From 295bff60a471e296d3a09702badc3533a8ac796c Mon Sep 17 00:00:00 2001 From: alexanderroese Date: Tue, 13 Aug 2024 12:46:14 +0200 Subject: [PATCH] changed emoji picker input size --- snippets/shx-3d-render-input.liquid | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/snippets/shx-3d-render-input.liquid b/snippets/shx-3d-render-input.liquid index c156736..3d65112 100644 --- a/snippets/shx-3d-render-input.liquid +++ b/snippets/shx-3d-render-input.liquid @@ -162,6 +162,10 @@ width: 100%; --emoji-size: 2.5rem; } + + .shx-emoji-picker input { + font-size: 14px; + }