@rpg-engine/long-bow 0.7.3 → 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.
@@ -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:", ";height:", ";background-color:#1e1e1e81;display:flex;flex-direction:column;position:relative;"], function (props) {
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"