From 7ecccce9e2b99afd021e478778d8554cb9f3c1f6 Mon Sep 17 00:00:00 2001 From: GHimmel Date: Thu, 13 Jun 2024 14:13:51 -0300 Subject: [PATCH] add style input --- chat-bubble.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chat-bubble.js b/chat-bubble.js index a346254..7b5acbc 100644 --- a/chat-bubble.js +++ b/chat-bubble.js @@ -144,8 +144,8 @@ document.addEventListener("DOMContentLoaded", function () { border: none; outline: none; flex: 1; - font-size: 1.125rem; - line-height: 1.75rem; + font-size: 16px; + line-height: 180%; `; /* chatSendButton.className = "chat-send-button"; */