Update app.py
Browse files
app.py
CHANGED
@@ -469,12 +469,12 @@ custom_css = """
|
|
469 |
button, input, select, textarea {
|
470 |
font-family: 'Segoe UI', 'SF Pro Text', 'Roboto', -apple-system, BlinkMacSystemFont,
|
471 |
'Helvetica Neue', Arial, sans-serif !important;
|
472 |
-
font-size: 0.
|
473 |
}
|
474 |
|
475 |
/* Input alanı için de aynı boyut */
|
476 |
.message-textbox textarea {
|
477 |
-
font-size: 0.
|
478 |
}
|
479 |
|
480 |
/* Başlıklar için özel boyutlar */
|
|
|
469 |
button, input, select, textarea {
|
470 |
font-family: 'Segoe UI', 'SF Pro Text', 'Roboto', -apple-system, BlinkMacSystemFont,
|
471 |
'Helvetica Neue', Arial, sans-serif !important;
|
472 |
+
font-size: 0.65rem !important;
|
473 |
}
|
474 |
|
475 |
/* Input alanı için de aynı boyut */
|
476 |
.message-textbox textarea {
|
477 |
+
font-size: 0.65rem !important;
|
478 |
}
|
479 |
|
480 |
/* Başlıklar için özel boyutlar */
|