@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.
@@ -26606,7 +26606,7 @@ var ChatRevamp = function ChatRevamp(_ref) {
26606
26606
  var ChatContainer$1 = /*#__PURE__*/styled__default.div.withConfig({
26607
26607
  displayName: "ChatRevamp__ChatContainer",
26608
26608
  componentId: "sc-1sdiknw-0"
26609
- })(["display:flex;flex-direction:column;gap:10px;max-width:1200px;margin:0 auto;"]);
26609
+ })(["display:flex;flex-direction:column;gap:10px;max-width:1200px;"]);
26610
26610
  var TabContainer = /*#__PURE__*/styled__default.div.withConfig({
26611
26611
  displayName: "ChatRevamp__TabContainer",
26612
26612
  componentId: "sc-1sdiknw-1"
@@ -26664,7 +26664,7 @@ var BurgerLineIcon = /*#__PURE__*/styled__default.span.withConfig({
26664
26664
  var RecentChatLogContainer = /*#__PURE__*/styled__default.div.withConfig({
26665
26665
  displayName: "ChatRevamp__RecentChatLogContainer",
26666
26666
  componentId: "sc-1sdiknw-9"
26667
- })(["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) {
26667
+ })(["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) {
26668
26668
  return props.isOpen ? 1 : 0;
26669
26669
  });
26670
26670
  var ListElementContainer = /*#__PURE__*/styled__default.div.withConfig({