@rpg-engine/long-bow 0.6.91 → 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.
@@ -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({