@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.
- package/dist/long-bow.cjs.development.js +1 -1
- package/dist/long-bow.cjs.development.js.map +1 -1
- package/dist/long-bow.cjs.production.min.js +1 -1
- package/dist/long-bow.cjs.production.min.js.map +1 -1
- package/dist/long-bow.esm.js +1 -1
- package/dist/long-bow.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/ChatRevamp/ChatRevamp.tsx +1 -0
|
@@ -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';
|