@magicgol/polyjuice 0.34.3 → 0.34.4

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": "@magicgol/polyjuice",
3
- "version": "0.34.3",
3
+ "version": "0.34.4",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build",
@@ -4,7 +4,7 @@
4
4
  >
5
5
  <div
6
6
  v-if="expanded"
7
- class="mg-selection-box-curtain h-50 w-100 position-fixed"
7
+ class="mg-selection-box-curtain h-25 w-100 position-fixed"
8
8
  @click="onClickOutside"
9
9
  ></div>
10
10
  <div class="mg-selection-box-content fixed-bottom px-3 py-2">
@@ -101,7 +101,7 @@ export default {
101
101
  width: 100%;
102
102
 
103
103
  .mg-selection-box-content {
104
- height: 50%;
104
+ height: 75%;
105
105
  }
106
106
  }
107
107
  }
@@ -19,7 +19,7 @@ export default {
19
19
  <style lang="scss">
20
20
  .mg-paragraph {
21
21
  font-family: 'Ubuntu', sans-serif;
22
- font-size: 0.75rem;
22
+ font-size: 0.8125rem;
23
23
  font-weight: 400;
24
24
  }
25
25
  </style>