@rpg-engine/long-bow 0.7.62 → 0.7.64
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/Item/Inventory/ItemContainer.tsx +0 -4
package/package.json
CHANGED
|
@@ -279,10 +279,6 @@ interface IItemsContainerProps {
|
|
|
279
279
|
}
|
|
280
280
|
|
|
281
281
|
const ItemsContainer = styled.div<IItemsContainerProps>`
|
|
282
|
-
* {
|
|
283
|
-
border: 1px solid red;
|
|
284
|
-
}
|
|
285
|
-
|
|
286
282
|
display: flex;
|
|
287
283
|
justify-content: ${({ isFullScreen }) =>
|
|
288
284
|
isFullScreen ? 'flex-start' : 'center'};
|