openfree commited on
Commit
57b3c59
β€’
1 Parent(s): d0a783e

Update app.css

Browse files
Files changed (1) hide show
  1. app.css +20 -36
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
- div[class*="ant-input-textarea"],
82
- div[class*="ant-input-textarea"] textarea,
83
- .ant-input-textarea,
84
- .ant-input-textarea textarea,
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
- div[class*="ant-input-textarea"],
111
- .ant-input-textarea,
112
- .ant-input-textarea-large,
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
- /* Gradio νŠΉμ • μŠ€νƒ€μΌ μ˜€λ²„λΌμ΄λ“œ */
123
- .gradio-container textarea,
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,