Aumentar tamanho do popup; otimizar pagina de load
This commit is contained in:
+3
-3
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user