yt-chat-components 1.3.3 → 1.3.5

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/.idea/misc.xml ADDED
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="WebPackConfiguration">
4
+ <option name="mode" value="DISABLED" />
5
+ </component>
6
+ </project>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yt-chat-components",
3
- "version": "1.3.3",
3
+ "version": "1.3.5",
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",
@@ -20,6 +20,16 @@ import Draggable from 'react-draggable';
20
20
 
21
21
 
22
22
  const style=`
23
+ .ant-thought-chain-item-content-box {
24
+ max-width: 100% !important;
25
+ }
26
+ .ant-thought-chain-item-content{
27
+ width: calc(100% + 20px)!important;
28
+ }
29
+ .ant-thought-chain.ant-thought-chain-small{
30
+ max-width: 100% !important;
31
+ }
32
+
23
33
  .p_closeImg {
24
34
  width: 14px;
25
35
  cursor: pointer;
@@ -153,6 +163,8 @@ const style=`
153
163
 
154
164
  .p_toolDialog .p_toolRight {
155
165
  flex: 1;
166
+ width: 100%;
167
+ max-width: 100%;
156
168
  }
157
169
 
158
170
  .p_toolRightToRight {