PluginProbe
Extendify / trunk
Extendify vtrunk
3.2.1 3.2.0 3.1.6 3.1.5 3.1.4 3.1.3 3.1.2 3.1.1 3.1.0 3.0.6 3.0.5 3.0.4 trunk 0.1.0 0.10.0 0.10.1 0.10.2 0.11.0 0.11.1 0.2.0 0.3.0 0.3.1 0.4.0 0.5.0 0.6.0 All 127 releases
← All changes | src/Agent/components/messages/ImageToolMessage.jsx +2 -2 3.1.4 → trunk View file →
@@ -34,9 +34,9 @@
34 34 if (!url) return failed ? <Failed /> : <Skipped />;
35 35
36 36 if (removed) {
37 37 return (
38 - <div className="mb-4 ms-12 me-2 flex h-24 w-24 items-center justify-center rounded-lg border border-gray-300 bg-gray-50 p-2 text-center text-xs text-gray-700">
38 + <div className="mb-4 ms-2 me-2 flex h-24 w-24 items-center justify-center rounded-lg border border-gray-300 bg-gray-50 p-2 text-center text-xs text-gray-700">
39 39 {__('Image removed', 'extendify-local')}
40 40 </div>
41 41 );
42 42 }
@@ -41,9 +41,9 @@
41 41 );
42 42 }
43 43
44 44 return (
45 - <div className="mb-4 ms-12 me-2">
45 + <div className="mb-4 ms-2 me-2">
46 46 <img
47 47 className="m-0 h-24 w-auto max-w-full rounded-lg border border-gray-300 object-contain"
48 48 src={url}
49 49 alt={__('Selected image', 'extendify-local')}