@leeandrew94/ccm 0.2.0 → 0.2.1
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/bin/ccm.js +3 -1
- package/package.json +1 -1
package/bin/ccm.js
CHANGED
|
@@ -1503,8 +1503,10 @@ body {
|
|
|
1503
1503
|
flex: 1; overflow-y: auto; padding: 24px 16px;
|
|
1504
1504
|
background: var(--td-bg-card);box-shadow: var(--td-shadow-1);
|
|
1505
1505
|
}
|
|
1506
|
-
.message { margin-bottom: 20px; display: flex; gap: 10px; }
|
|
1506
|
+
.message { margin-bottom: 20px; display: flex; gap: 10px; width: 100%; }
|
|
1507
1507
|
.message.user { flex-direction: row-reverse; justify-content: flex-start; }
|
|
1508
|
+
.message.user > div:not(.avatar) { flex: 1; min-width: 0; display: flex; flex-direction: column; align-items: flex-end; }
|
|
1509
|
+
.message.user .bubble { max-width: 85%; }
|
|
1508
1510
|
.message .avatar {
|
|
1509
1511
|
width: 32px; height: 32px; border-radius: 50%;
|
|
1510
1512
|
display: flex; align-items: center; justify-content: center;
|