@athenaintel/react 0.7.1 → 0.7.2
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/styles.css +4 -3
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -114,9 +114,10 @@
|
|
|
114
114
|
margin-bottom: 0;
|
|
115
115
|
}
|
|
116
116
|
|
|
117
|
-
/* ── Images in messages — fixed small thumbnail
|
|
118
|
-
.
|
|
119
|
-
.aui-
|
|
117
|
+
/* ── Images in prose/markdown messages — fixed small thumbnail ────── */
|
|
118
|
+
/* Scoped to .prose so tool UI images (charts, plots) are not affected. */
|
|
119
|
+
.aui-user-message-content .prose img,
|
|
120
|
+
.aui-assistant-message-content .prose img {
|
|
120
121
|
width: 64px !important;
|
|
121
122
|
height: 64px !important;
|
|
122
123
|
border-radius: 0.375rem !important;
|