Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.css
Browse files
app.css
CHANGED
@@ -76,9 +76,10 @@ body {
|
|
76 |
padding: 20px;
|
77 |
box-shadow: inset 0 2px 10px rgba(0,0,0,0.03);
|
78 |
}
|
79 |
-
|
80 |
-
|
81 |
-
.ant-input-textarea textarea
|
|
|
82 |
height: 300px !important;
|
83 |
max-height: 300px !important;
|
84 |
min-height: 300px !important;
|
@@ -86,6 +87,16 @@ body {
|
|
86 |
border: 2px solid var(--neutral-200);
|
87 |
border-radius: 12px;
|
88 |
padding: 1rem;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
89 |
}
|
90 |
|
91 |
/* iframe ์ปจํ
์ด๋ */
|
@@ -318,7 +329,7 @@ footer, .footer, div[class*="footer"], #footer {
|
|
318 |
min-height: 800px;
|
319 |
}
|
320 |
|
321 |
-
/* ๋ฐ์ํ ๋์ด ์กฐ์ */
|
322 |
@media screen and (max-height: 900px) {
|
323 |
.right_panel {
|
324 |
height: calc(100vh - 80px);
|
@@ -328,8 +339,13 @@ footer, .footer, div[class*="footer"], #footer {
|
|
328 |
height: calc(100vh - 160px);
|
329 |
min-height: 500px;
|
330 |
}
|
331 |
-
|
|
|
|
|
|
|
|
|
332 |
height: 300px !important;
|
333 |
min-height: 300px !important;
|
|
|
334 |
}
|
335 |
}
|
|
|
76 |
padding: 20px;
|
77 |
box-shadow: inset 0 2px 10px rgba(0,0,0,0.03);
|
78 |
}
|
79 |
+
/* ํ๋กฌํํธ ์
๋ ฅ์ฐฝ - ์์ ๋ ๋ถ๋ถ */
|
80 |
+
.ant-input-textarea textarea,
|
81 |
+
.ant-input-textarea-large textarea,
|
82 |
+
.ant-input-textarea.ant-input-textarea-large .ant-input {
|
83 |
height: 300px !important;
|
84 |
max-height: 300px !important;
|
85 |
min-height: 300px !important;
|
|
|
87 |
border: 2px solid var(--neutral-200);
|
88 |
border-radius: 12px;
|
89 |
padding: 1rem;
|
90 |
+
font-size: 14px;
|
91 |
+
line-height: 1.5;
|
92 |
+
width: 100%;
|
93 |
+
box-sizing: border-box;
|
94 |
+
}
|
95 |
+
/* Gradio ์์์ ๋ํ ์ถ๊ฐ ์คํ์ผ */
|
96 |
+
.gr-text-input {
|
97 |
+
height: 300px !important;
|
98 |
+
min-height: 300px !important;
|
99 |
+
max-height: 300px !important;
|
100 |
}
|
101 |
|
102 |
/* iframe ์ปจํ
์ด๋ */
|
|
|
329 |
min-height: 800px;
|
330 |
}
|
331 |
|
332 |
+
/* ๋ฐ์ํ ๋์ด ์กฐ์ - ์์ ๋ ๋ถ๋ถ */
|
333 |
@media screen and (max-height: 900px) {
|
334 |
.right_panel {
|
335 |
height: calc(100vh - 80px);
|
|
|
339 |
height: calc(100vh - 160px);
|
340 |
min-height: 500px;
|
341 |
}
|
342 |
+
/* ๋ชจ๋ ์
๋ ฅ์ฐฝ ๋์ด ํต์ผ */
|
343 |
+
.ant-input-textarea textarea,
|
344 |
+
.ant-input-textarea-large textarea,
|
345 |
+
.ant-input-textarea.ant-input-textarea-large .ant-input,
|
346 |
+
.gr-text-input {
|
347 |
height: 300px !important;
|
348 |
min-height: 300px !important;
|
349 |
+
max-height: 300px !important;
|
350 |
}
|
351 |
}
|