Spaces:
Sleeping
Sleeping
Update app.css
Browse files
app.css
CHANGED
@@ -77,58 +77,42 @@ body {
|
|
77 |
box-shadow: inset 0 2px 10px rgba(0,0,0,0.03);
|
78 |
}
|
79 |
|
80 |
-
/* ν둬ννΈ μ
λ ₯μ°½
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
.ant-input
|
85 |
-
.ant-input-textarea-large,
|
86 |
-
.ant-input-textarea-large textarea,
|
87 |
-
.ant-input.ant-input-textarea-large,
|
88 |
-
.ant-input.ant-input-textarea-large textarea,
|
89 |
-
textarea.ant-input,
|
90 |
-
.ant-input-textarea .ant-input,
|
91 |
-
.ant-input-textarea-large .ant-input,
|
92 |
-
#mouse-tab textarea,
|
93 |
-
.mouse-tab textarea,
|
94 |
-
[class*="textbox"] textarea {
|
95 |
height: 300px !important;
|
96 |
min-height: 300px !important;
|
97 |
max-height: 300px !important;
|
98 |
resize: none !important;
|
99 |
-
border: 2px solid var(--neutral-200) !important;
|
100 |
-
border-radius: 12px !important;
|
101 |
-
padding: 1rem !important;
|
102 |
-
font-size: 14px !important;
|
103 |
-
line-height: 1.5 !important;
|
104 |
-
width: 100% !important;
|
105 |
-
box-sizing: border-box !important;
|
106 |
-
overflow-y: auto !important;
|
107 |
}
|
108 |
|
109 |
-
/*
|
110 |
-
|
111 |
-
.ant-input-textarea,
|
112 |
-
|
113 |
-
#mouse-tab .input-container,
|
114 |
-
.mouse-tab .input-container,
|
115 |
-
[class*="textbox"] {
|
116 |
height: 300px !important;
|
117 |
min-height: 300px !important;
|
118 |
max-height: 300px !important;
|
119 |
-
margin-bottom: 1rem !important;
|
120 |
}
|
121 |
|
122 |
-
/*
|
123 |
-
.
|
124 |
-
.gr-text-input,
|
125 |
-
textarea.gr-text-input,
|
126 |
-
.gr-panel textarea {
|
127 |
height: 300px !important;
|
128 |
min-height: 300px !important;
|
129 |
max-height: 300px !important;
|
130 |
}
|
131 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
132 |
/* μ
λ ₯μ°½ λΆλͺ¨ μμλ€μ λμ΄ μ ν ν΄μ */
|
133 |
.ant-input-textarea-show-count::after,
|
134 |
.ant-input-textarea-large::after,
|
|
|
77 |
box-shadow: inset 0 2px 10px rgba(0,0,0,0.03);
|
78 |
}
|
79 |
|
80 |
+
/* ν둬ννΈ μ
λ ₯μ°½ μ€νμΌ - μ΅μμ μ°μ μμ */
|
81 |
+
body .ant-input-textarea .ant-input,
|
82 |
+
body .ant-input-textarea-large .ant-input,
|
83 |
+
body div[class*="ant-input"] textarea,
|
84 |
+
body textarea.ant-input {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
85 |
height: 300px !important;
|
86 |
min-height: 300px !important;
|
87 |
max-height: 300px !important;
|
88 |
resize: none !important;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
89 |
}
|
90 |
|
91 |
+
/* 컨ν
μ΄λ μ€νμΌ */
|
92 |
+
body .ant-input-textarea,
|
93 |
+
body .ant-input-textarea-large,
|
94 |
+
body div[class*="ant-input-textarea"] {
|
|
|
|
|
|
|
95 |
height: 300px !important;
|
96 |
min-height: 300px !important;
|
97 |
max-height: 300px !important;
|
|
|
98 |
}
|
99 |
|
100 |
+
/* μΆκ°μ μΈ μ€νμΌ μ€λ²λΌμ΄λ */
|
101 |
+
.ant-input-textarea-large .ant-input {
|
|
|
|
|
|
|
102 |
height: 300px !important;
|
103 |
min-height: 300px !important;
|
104 |
max-height: 300px !important;
|
105 |
}
|
106 |
|
107 |
+
/* Gradio μ»΄ν¬λνΈ μ€νμΌ μ€λ²λΌμ΄λ */
|
108 |
+
.gradio-container .gr-text-input,
|
109 |
+
.gradio-container textarea {
|
110 |
+
height: 300px !important;
|
111 |
+
min-height: 300px !important;
|
112 |
+
max-height: 300px !important;
|
113 |
+
}
|
114 |
+
|
115 |
+
|
116 |
/* μ
λ ₯μ°½ λΆλͺ¨ μμλ€μ λμ΄ μ ν ν΄μ */
|
117 |
.ant-input-textarea-show-count::after,
|
118 |
.ant-input-textarea-large::after,
|