@rpg-engine/long-bow 0.6.94 → 0.6.95

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.
@@ -26636,7 +26636,7 @@ var PrivateChatContainer = /*#__PURE__*/styled__default.div.withConfig({
26636
26636
  var RecentChatTabContainer = /*#__PURE__*/styled__default.div.withConfig({
26637
26637
  displayName: "ChatRevamp__RecentChatTabContainer",
26638
26638
  componentId: "sc-1sdiknw-4"
26639
- })(["display:", ";flex-direction:column;border-right:1px solid ", ";outline:none;width:", " !important;transition:width 0.3s ease-in-out;overflow:hidden;@media (max-width:768px){width:", " !important;}"], function (props) {
26639
+ })(["display:", ";flex-direction:column;border-right:1px solid ", ";outline:none;width:", " !important;transition:width 0.3s ease-in-out;overflow:hidden;min-width:140px;@media (max-width:768px){width:", " !important;}"], function (props) {
26640
26640
  return props.isPrivate ? 'flex' : 'none';
26641
26641
  }, uiColors.gray, function (props) {
26642
26642
  return props.isOpen ? '20%' : '30px';