Spaces:
Sleeping
Sleeping
Update app.css
Browse files
app.css
CHANGED
@@ -77,26 +77,43 @@ body {
|
|
77 |
box-shadow: inset 0 2px 10px rgba(0,0,0,0.03);
|
78 |
}
|
79 |
|
80 |
-
/* ν둬ννΈ μ
λ ₯μ°½ μ€νμΌ -
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
|
|
|
|
|
|
|
|
85 |
height: 300px !important;
|
86 |
min-height: 300px !important;
|
87 |
max-height: 300px !important;
|
88 |
resize: none !important;
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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;
|
|
|
77 |
box-shadow: inset 0 2px 10px rgba(0,0,0,0.03);
|
78 |
}
|
79 |
|
80 |
+
/* ν둬ννΈ μ
λ ₯μ°½ μ€νμΌ - λ ꡬ체μ μΈ μ νμ */
|
81 |
+
.mouse-tab .ant-input-textarea .ant-input,
|
82 |
+
.mouse-tab .ant-input-textarea-large .ant-input,
|
83 |
+
#mouse-tab .ant-input-textarea .ant-input,
|
84 |
+
#mouse-tab .ant-input-textarea-large .ant-input,
|
85 |
+
.ant-input-textarea .ant-input,
|
86 |
+
.ant-input-textarea-large .ant-input,
|
87 |
+
div[class*="ant-input"] textarea,
|
88 |
+
textarea.ant-input {
|
89 |
height: 300px !important;
|
90 |
min-height: 300px !important;
|
91 |
max-height: 300px !important;
|
92 |
resize: none !important;
|
93 |
+
border: 2px solid var(--neutral-200) !important;
|
94 |
+
border-radius: 12px !important;
|
95 |
+
padding: 1rem !important;
|
96 |
+
font-size: 14px !important;
|
97 |
+
line-height: 1.5 !important;
|
98 |
+
width: 100% !important;
|
99 |
+
box-sizing: border-box !important;
|
100 |
+
overflow-y: auto !important;
|
101 |
+
}
|
102 |
+
|
103 |
+
/* 컨ν
μ΄λ μ€νμΌλ κ°μ μ μ© */
|
104 |
+
.mouse-tab .ant-input-textarea,
|
105 |
+
.mouse-tab .ant-input-textarea-large,
|
106 |
+
#mouse-tab .ant-input-textarea,
|
107 |
+
#mouse-tab .ant-input-textarea-large,
|
108 |
+
.ant-input-textarea,
|
109 |
+
.ant-input-textarea-large,
|
110 |
+
div[class*="ant-input-textarea"] {
|
111 |
height: 300px !important;
|
112 |
min-height: 300px !important;
|
113 |
max-height: 300px !important;
|
114 |
}
|
115 |
|
116 |
+
|
117 |
/* μΆκ°μ μΈ μ€νμΌ μ€λ²λΌμ΄λ */
|
118 |
.ant-input-textarea-large .ant-input {
|
119 |
height: 300px !important;
|