Spaces:
Sleeping
Sleeping
QAway-to
commited on
Commit
·
01a0a48
1
Parent(s):
e68a6e8
New style APP (Tab Changes v2.1)
Browse files
app.py
CHANGED
|
@@ -41,7 +41,7 @@ with gr.Blocks(theme=dark_theme, css="""
|
|
| 41 |
}
|
| 42 |
/* === LLM Commentary Styling === */
|
| 43 |
#llm_comment_box textarea {
|
| 44 |
-
max-height:
|
| 45 |
overflow-y: auto !important; /* вертикальный скроллинг */
|
| 46 |
background-color: #161b22 !important;
|
| 47 |
color: #f0f6fc !important;
|
|
|
|
| 41 |
}
|
| 42 |
/* === LLM Commentary Styling === */
|
| 43 |
#llm_comment_box textarea {
|
| 44 |
+
max-height: 420px !important; /* ограничение высоты */
|
| 45 |
overflow-y: auto !important; /* вертикальный скроллинг */
|
| 46 |
background-color: #161b22 !important;
|
| 47 |
color: #f0f6fc !important;
|