@afeefa/vue-app 0.0.100 → 0.0.101

Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1 @@
1
- 0.0.100
1
+ 0.0.101
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@afeefa/vue-app",
3
- "version": "0.0.100",
3
+ "version": "0.0.101",
4
4
  "description": "",
5
5
  "author": "Afeefa Kollektiv <kollektiv@afeefa.de>",
6
6
  "license": "MIT",
@@ -88,6 +88,8 @@ export default class FlyingContextContainer extends Vue {
88
88
  z-index: 200;
89
89
  right: 0;
90
90
  height: 100%;
91
+ min-width: 400px;
92
+ max-width: 50vw;
91
93
  top: 0;
92
94
  background: white;
93
95
  transition: right .2s;