@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.
@@ -26630,7 +26630,7 @@ var PrivateChatContainer = /*#__PURE__*/styled.div.withConfig({
26630
26630
  var RecentChatTabContainer = /*#__PURE__*/styled.div.withConfig({
26631
26631
  displayName: "ChatRevamp__RecentChatTabContainer",
26632
26632
  componentId: "sc-1sdiknw-4"
26633
- })(["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) {
26633
+ })(["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) {
26634
26634
  return props.isPrivate ? 'flex' : 'none';
26635
26635
  }, uiColors.gray, function (props) {
26636
26636
  return props.isOpen ? '20%' : '30px';