@rpg-engine/long-bow 0.7.4 → 0.7.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/dist/long-bow.cjs.development.js +1 -5
- package/dist/long-bow.cjs.development.js.map +1 -1
- package/dist/long-bow.cjs.production.min.js +1 -1
- package/dist/long-bow.cjs.production.min.js.map +1 -1
- package/dist/long-bow.esm.js +1 -5
- package/dist/long-bow.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/Chat/Chat.tsx +1 -2
|
@@ -26175,11 +26175,7 @@ var Chat = function Chat(_ref) {
|
|
|
26175
26175
|
var ChatContainer = /*#__PURE__*/styled__default.div.withConfig({
|
|
26176
26176
|
displayName: "Chat__ChatContainer",
|
|
26177
26177
|
componentId: "sc-1bk05n6-0"
|
|
26178
|
-
})(["width:
|
|
26179
|
-
return props.width;
|
|
26180
|
-
}, function (props) {
|
|
26181
|
-
return props.height;
|
|
26182
|
-
});
|
|
26178
|
+
})(["width:100%;background-color:#1e1e1e81;display:flex;flex-direction:column;position:relative;"]);
|
|
26183
26179
|
var MessagesContainer = /*#__PURE__*/styled__default.div.withConfig({
|
|
26184
26180
|
displayName: "Chat__MessagesContainer",
|
|
26185
26181
|
componentId: "sc-1bk05n6-1"
|