openfree commited on
Commit
4494b96
โ€ข
1 Parent(s): 5825090

Update app.css

Browse files
Files changed (1) hide show
  1. app.css +28 -11
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
- 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;
 
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;