@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.
@@ -26168,11 +26168,7 @@ var Chat = function Chat(_ref) {
26168
26168
  var ChatContainer = /*#__PURE__*/styled.div.withConfig({
26169
26169
  displayName: "Chat__ChatContainer",
26170
26170
  componentId: "sc-1bk05n6-0"
26171
- })(["width:", ";height:", ";background-color:#1e1e1e81;display:flex;flex-direction:column;position:relative;"], function (props) {
26172
- return props.width;
26173
- }, function (props) {
26174
- return props.height;
26175
- });
26171
+ })(["width:100%;background-color:#1e1e1e81;display:flex;flex-direction:column;position:relative;"]);
26176
26172
  var MessagesContainer = /*#__PURE__*/styled.div.withConfig({
26177
26173
  displayName: "Chat__MessagesContainer",
26178
26174
  componentId: "sc-1bk05n6-1"