Spaces:
Paused
Paused
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;
|