@rpg-engine/long-bow 0.3.99 → 0.4.0

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.3.99",
3
+ "version": "0.4.0",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -171,17 +171,6 @@ export const SkillsContainer: React.FC<ISkillContainerProps> = ({
171
171
  const SkillsDraggableContainer = styled(DraggableContainer)`
172
172
  border: 1px solid black;
173
173
 
174
- @media screen and (min-width: 800px) {
175
- body {
176
- width: 800px;
177
- }
178
- }
179
-
180
- @media screen and (max-width: 800px) {
181
- body {
182
- width: 400px;
183
- }
184
- }
185
174
  height: 90%;
186
175
  .DraggableContainer__TitleContainer-sc-184mpyl-2 {
187
176
  width: auto;