From d43fc91b23ecdf7ff251e8f8869ae87e292e373a Mon Sep 17 00:00:00 2001 From: admtracksteel Date: Wed, 27 May 2026 10:58:25 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=B1=20fix:=20Envolver=20(wrap)=20bot?= =?UTF-8?q?=C3=B5es=20de=20modos=20de=20prompt=20para=20n=C3=A3o=20cortare?= =?UTF-8?q?m=20no=20celular?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 3 +++ public/style.css | 5 ++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.env b/.env index a89cdde..235aecb 100644 --- a/.env +++ b/.env @@ -7,3 +7,6 @@ MINIMAX_API_KEY=sk-cp-iWzSsdzjVy0tT5dnvv_sGrAlv3Nw7kkrZ8hPK0KjbNeSRQxIY1O6AhkQAq MINIMAX_API_BASE=https://api.minimax.io/v1 GROQ_API_KEY=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 GROQ_MODEL=llama-3.3-70b-versatile + +GOOGLE_AI_API_KEY=AIzaSyACelmI6-Bxc7TZ0sAzzgLd_F8VBexOjcQ +GOOGLE_AI_MODEL=gemini-2.5-flash diff --git a/public/style.css b/public/style.css index 15115e7..b096dd5 100644 --- a/public/style.css +++ b/public/style.css @@ -2119,12 +2119,11 @@ code { ========================================================================== */ .prompt-modes-bar { display: flex; + flex-wrap: wrap; gap: 8px; margin-bottom: 8px; - overflow-x: auto; padding: 4px 2px; - scrollbar-width: none; /* Firefox */ - -ms-overflow-style: none; /* IE/Edge */ + justify-content: center; } .prompt-modes-bar::-webkit-scrollbar {