Aumentar tamanho do popup; otimizar pagina de load

This commit is contained in:
2026-05-26 11:55:20 -03:00
parent d936703824
commit acb9208cec
4 changed files with 25 additions and 12 deletions
+3 -3
View File
@@ -26,8 +26,8 @@
}
body {
width: 400px;
min-height: 300px;
width: 600px;
/*min-height: 400px;*/
background: var(--bg);
color: var(--text);
font-family: 'Syne', sans-serif;
@@ -92,7 +92,7 @@
textarea {
width: 100%;
height: 160px;
height: 190px;
background: var(--surface);
border: 1px solid var(--border);
border-radius: var(--radius);