@mpxjs/webpack-plugin 2.10.3-beta.10 → 2.10.3-beta.11

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.
@@ -225,8 +225,8 @@ export default {
225
225
 
226
226
  .mpx-titlebar__content {
227
227
  position: relative;
228
- width: 100%;
229
- min-height: 100%;
228
+ width: 100vw;
229
+ height: 100vh;
230
230
  box-sizing: border-box;
231
231
  background: transparent;
232
232
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mpxjs/webpack-plugin",
3
- "version": "2.10.3-beta.10",
3
+ "version": "2.10.3-beta.11",
4
4
  "description": "mpx compile core",
5
5
  "keywords": [
6
6
  "mpx"