@rpg-engine/long-bow 0.8.39 → 0.8.40

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rpg-engine/long-bow",
3
- "version": "0.8.39",
3
+ "version": "0.8.40",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -110,7 +110,6 @@ export const InformationCenter: React.FC<IInformationCenterProps> = ({
110
110
  width={isMobile ? '95%' : '80%'}
111
111
  minWidth="300px"
112
112
  cancelDrag=".PaginatedContent-content"
113
- isFullScreen={isMobile}
114
113
  onCloseButton={onClose}
115
114
  >
116
115
  <Container>
@@ -127,7 +127,7 @@ const Content = styled.div<{
127
127
  }
128
128
 
129
129
  @media (min-width: 480px) {
130
- padding: 1rem;
130
+ padding: 0.5rem;
131
131
  }
132
132
 
133
133
  &.grid {