yt-chat-components 1.4.1 → 1.4.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yt-chat-components",
3
- "version": "1.4.1",
3
+ "version": "1.4.2",
4
4
  "main": "build/static/js/bundle.min.js",
5
5
  "module": "build/static/js/bundle.min.js",
6
6
  "types": "build/static/js/index.d.ts",
@@ -112,6 +112,7 @@ export const customThoughtChainStyle = `
112
112
 
113
113
  /* 内容样式 */
114
114
  .custom-thought-chain-item-content {
115
+ max-width: 780px
115
116
  display: inline-block;
116
117
  margin-bottom: 8px;
117
118
  background: white;
@@ -18,6 +18,9 @@ export const cardStyle= `
18
18
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
19
19
  padding: 12px;
20
20
  }
21
+ .section_1 > img {
22
+ margin: 0 8px 0 0 !important;
23
+ }
21
24
  .image-text_2 {
22
25
  width: 100%;
23
26
  padding: 0 12px 0 12px;
@@ -29,7 +32,6 @@ export const cardStyle= `
29
32
  height: 45px;
30
33
  border-radius: 12px;
31
34
  margin: 0 8px 0 0 !important;
32
-
33
35
  }
34
36
  .text-group_3 {
35
37
  margin-left: 12px;
@@ -91,7 +93,7 @@ export const cardStyle= `
91
93
  .thumbnail_1 {
92
94
  width: 10px;
93
95
  height: 12px;
94
- margin: 0 8px 0 0 !important;
96
+ margin: 0 8px 0 0 !important;
95
97
  }
96
98
  `
97
99