spora 0.2.37 → 0.2.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/web-chat/chat.html +4 -1
- package/package.json +1 -1
package/dist/web-chat/chat.html
CHANGED
|
@@ -409,7 +409,9 @@
|
|
|
409
409
|
margin: 0 14px;
|
|
410
410
|
display: flex;
|
|
411
411
|
flex-direction: column;
|
|
412
|
+
align-items: center;
|
|
412
413
|
gap: 3px;
|
|
414
|
+
max-width: 50%;
|
|
413
415
|
}
|
|
414
416
|
|
|
415
417
|
.intelligence-label {
|
|
@@ -417,6 +419,7 @@
|
|
|
417
419
|
color: rgba(255, 255, 255, 0.2);
|
|
418
420
|
letter-spacing: 0.03em;
|
|
419
421
|
white-space: nowrap;
|
|
422
|
+
text-align: center;
|
|
420
423
|
}
|
|
421
424
|
|
|
422
425
|
.intelligence-track {
|
|
@@ -608,7 +611,7 @@
|
|
|
608
611
|
<div class="top-bar">
|
|
609
612
|
<img class="logo-img" src="/logo.png" alt="Spora" />
|
|
610
613
|
<div class="intelligence-bar" id="intelligenceBar">
|
|
611
|
-
<span class="intelligence-label">
|
|
614
|
+
<span class="intelligence-label">Intelligence</span>
|
|
612
615
|
<div class="intelligence-track">
|
|
613
616
|
<div class="intelligence-fill" id="intelligenceFill"></div>
|
|
614
617
|
</div>
|