CaffeinatedCoding commited on
Commit
2176ddf
·
verified ·
1 Parent(s): 3ac38f9

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. frontend/style.css +6 -5
frontend/style.css CHANGED
@@ -436,6 +436,9 @@ body {
436
  padding: 16px 0 12px;
437
  width: 100%;
438
  max-height: calc(100vh - var(--topbar-h) - var(--input-h) - 40px);
 
 
 
439
  }
440
 
441
  .messages-container::-webkit-scrollbar { width: 4px; }
@@ -443,13 +446,11 @@ body {
443
 
444
  .messages-list {
445
  width: 100%;
446
- max-width: 760px;
447
- margin: 0 auto;
448
- padding: 0 24px;
449
  display: flex;
450
  flex-direction: column;
451
- gap: 28px;
452
- flex-wrap: nowrap;
453
  }
454
 
455
  /* ── Message bubbles ── */
 
436
  padding: 16px 0 12px;
437
  width: 100%;
438
  max-height: calc(100vh - var(--topbar-h) - var(--input-h) - 40px);
439
+ display: flex;
440
+ flex-direction: column;
441
+ align-items: center;
442
  }
443
 
444
  .messages-container::-webkit-scrollbar { width: 4px; }
 
446
 
447
  .messages-list {
448
  width: 100%;
449
+ max-width: 900px;
 
 
450
  display: flex;
451
  flex-direction: column;
452
+ gap: 16px;
453
+ padding: 0 24px;
454
  }
455
 
456
  /* ── Message bubbles ── */