@rpg-engine/long-bow 0.6.90 → 0.6.92

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.
@@ -26600,7 +26600,7 @@ var ChatRevamp = function ChatRevamp(_ref) {
26600
26600
  var ChatContainer$1 = /*#__PURE__*/styled.div.withConfig({
26601
26601
  displayName: "ChatRevamp__ChatContainer",
26602
26602
  componentId: "sc-1sdiknw-0"
26603
- })(["display:flex;flex-direction:column;gap:10px;max-width:1200px;margin:0 auto;"]);
26603
+ })(["display:flex;flex-direction:column;gap:10px;max-width:1200px;"]);
26604
26604
  var TabContainer = /*#__PURE__*/styled.div.withConfig({
26605
26605
  displayName: "ChatRevamp__TabContainer",
26606
26606
  componentId: "sc-1sdiknw-1"
@@ -26658,7 +26658,7 @@ var BurgerLineIcon = /*#__PURE__*/styled.span.withConfig({
26658
26658
  var RecentChatLogContainer = /*#__PURE__*/styled.div.withConfig({
26659
26659
  displayName: "ChatRevamp__RecentChatLogContainer",
26660
26660
  componentId: "sc-1sdiknw-9"
26661
- })(["border:none;list-style:none;display:flex;opacity:", ";flex-direction:column;gap:0.5rem;transition:opacity 0.3s ease-in-out;padding:0;margin:0;flex:1;"], function (props) {
26661
+ })(["border:none;list-style:none;display:flex;opacity:", ";flex-direction:column;gap:0.5rem;transition:opacity 0.3s ease-in-out;padding:0;margin:0;flex:1;min-width:150px;"], function (props) {
26662
26662
  return props.isOpen ? 1 : 0;
26663
26663
  });
26664
26664
  var ListElementContainer = /*#__PURE__*/styled.div.withConfig({