spora 0.2.9 → 0.2.10
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/chat.html +6 -6
- package/dist/web-chat/chat.html +6 -6
- package/package.json +1 -1
package/dist/chat.html
CHANGED
|
@@ -125,10 +125,10 @@
|
|
|
125
125
|
|
|
126
126
|
.message-content {
|
|
127
127
|
max-width: 80%;
|
|
128
|
-
padding: 0.
|
|
129
|
-
border-radius: 0.
|
|
128
|
+
padding: 0.5rem 0.75rem;
|
|
129
|
+
border-radius: 0.75rem;
|
|
130
130
|
font-size: 0.8125rem;
|
|
131
|
-
line-height: 1.
|
|
131
|
+
line-height: 1.45;
|
|
132
132
|
white-space: pre-wrap;
|
|
133
133
|
}
|
|
134
134
|
|
|
@@ -199,12 +199,12 @@
|
|
|
199
199
|
.loading {
|
|
200
200
|
display: flex;
|
|
201
201
|
gap: 0.25rem;
|
|
202
|
-
padding: 0.
|
|
202
|
+
padding: 0.125rem 0;
|
|
203
203
|
}
|
|
204
204
|
|
|
205
205
|
.loading-dot {
|
|
206
|
-
width:
|
|
207
|
-
height:
|
|
206
|
+
width: 5px;
|
|
207
|
+
height: 5px;
|
|
208
208
|
border-radius: 50%;
|
|
209
209
|
background: rgba(255, 255, 255, 0.3);
|
|
210
210
|
animation: bounce 1.4s infinite ease-in-out both;
|
package/dist/web-chat/chat.html
CHANGED
|
@@ -125,10 +125,10 @@
|
|
|
125
125
|
|
|
126
126
|
.message-content {
|
|
127
127
|
max-width: 80%;
|
|
128
|
-
padding: 0.
|
|
129
|
-
border-radius: 0.
|
|
128
|
+
padding: 0.5rem 0.75rem;
|
|
129
|
+
border-radius: 0.75rem;
|
|
130
130
|
font-size: 0.8125rem;
|
|
131
|
-
line-height: 1.
|
|
131
|
+
line-height: 1.45;
|
|
132
132
|
white-space: pre-wrap;
|
|
133
133
|
}
|
|
134
134
|
|
|
@@ -199,12 +199,12 @@
|
|
|
199
199
|
.loading {
|
|
200
200
|
display: flex;
|
|
201
201
|
gap: 0.25rem;
|
|
202
|
-
padding: 0.
|
|
202
|
+
padding: 0.125rem 0;
|
|
203
203
|
}
|
|
204
204
|
|
|
205
205
|
.loading-dot {
|
|
206
|
-
width:
|
|
207
|
-
height:
|
|
206
|
+
width: 5px;
|
|
207
|
+
height: 5px;
|
|
208
208
|
border-radius: 50%;
|
|
209
209
|
background: rgba(255, 255, 255, 0.3);
|
|
210
210
|
animation: bounce 1.4s infinite ease-in-out both;
|