Found the input at line 540. The issue is that iOS Safari auto-zooms on input fields with font-size smaller than 16px. The input currently uses text-sm (14px). I need to set it to text-base (16px) to prevent the zoom.
The input at line 545 uses text-sm (14px) which triggers iOS Safari's auto-zoom. The fix is to use text-base (16px) - the minimum size that prevents Safari zoom.
Alterei o text-sm (14px) para text-base (16px) no input do chat de suporte. O iOS Safari faz auto-zoom em qualquer input com font-size menor que 16px, entao com text-base o zoom nao vai mais acontecer quando o usuario tocar no campo para digitar.
outra coisa la no mneu troque o noem da ia paar IA 500k e das aulas para
ACADEMY 500K
na de gerenciamento coloqeu
GESTÃO 500K
de resto coloque tudo em letra maiuscula e ainda continuando nesse menu eu quero que alis e coadcione uam coisa sabe aqui nesssa paret abaixo do membro free eu queor que se coloqeu dosi botoes bem boonintho lai um se chama sacar e o outro despositar tendeu bem simples
Now I can see the full menu. I need to:
Let me also check the deposit/withdraw header for consistent styling:
Good. Now let me make all the changes:
Now add the Sacar and Depositar buttons below the badge and above the separator. I also need to reference the deposit/withdraw functionality. Let me check how the deposit-withdraw-header works:
Now I'll add the Sacar/Depositar buttons in the hamburger menu after the badge and before the separator. I'll make them open the same deposit/withdraw iframes by adding local state:
Now add the useEffect for iframe state and the buttons after the badge:
Now add the Sacar/Depositar buttons after the badge div and before the separator:
Now add the deposit/withdraw iframes at the end of the portal, before the closing </>:
Also update "Inicio" to uppercase:
Fiz todas as alteracoes no menu: renomeei "IA" para "IA 500K", "Aulas" para "ACADEMY 500K", "Gerenciamento" para "GESTAO 500K", e coloquei todos os labels em maiuscula (INICIO, VISION, VIP, PERFIL, SOCIAL). Tambem adicionei dois botoes "Depositar" (verde, estilo gradiente) e "Sacar" (escuro com borda sutil) logo abaixo do badge "Membro Free/VIP", que ao clicar fecham o menu e abrem os respectivos iframes em tela cheia.