Afritz commited on
Commit
a13abaf
·
1 Parent(s): 1c689e8

Update assets/style.css

Browse files
Files changed (1) hide show
  1. assets/style.css +25 -3
assets/style.css CHANGED
@@ -172,8 +172,8 @@ label>span {
172
 
173
  .card-content p,
174
  .card-content ul li {
175
- color: #fff !important;
176
- }
177
 
178
  .message.bot, .bot.svelte-6roggh.svelte-6roggh {
179
  background: #233f55 !important;
@@ -184,10 +184,32 @@ label>span {
184
 
185
  #chatbot{
186
  height: auto !important;
187
- max-height: 500px;
188
  }
189
 
190
  #type-emb label {
191
  background: #ebeaea;
192
  }
193
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
172
 
173
  .card-content p,
174
  .card-content ul li {
175
+ color: #fff !important;}
176
+
177
 
178
  .message.bot, .bot.svelte-6roggh.svelte-6roggh {
179
  background: #233f55 !important;
 
184
 
185
  #chatbot{
186
  height: auto !important;
187
+ max-height: 1000px;
188
  }
189
 
190
  #type-emb label {
191
  background: #ebeaea;
192
  }
193
 
194
+ .source {
195
+ background-color: #f8f9fa;
196
+ border: 1px solid #ddd;
197
+ padding: 15px;
198
+ margin-bottom: 10px;
199
+ border-radius: 4px;
200
+ }
201
+
202
+ .title {
203
+ font-size: 18px;
204
+ color: #333;
205
+ margin-bottom: 5px;
206
+ font-weight: bold;
207
+ }
208
+
209
+ .wrap.svelte-6roggh.svelte-6roggh {
210
+ padding: var(--block-padding);
211
+ height: 100%;
212
+ max-height: 480px;
213
+ overflow-y: auto;
214
+ max-height: 1000px;
215
+ }