@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/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/SkillsContainer.tsx +0 -11
package/package.json
CHANGED
|
@@ -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;
|