perfect-gui 4.7.2 → 4.7.3

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.
@@ -97,7 +97,7 @@ function A(y) {
97
97
 
98
98
  .p-gui__image-container {
99
99
  width: 100%;
100
- padding: 0 2%;
100
+ padding: 3px;
101
101
  display: flex;
102
102
  justify-content: flex-start;
103
103
  flex-wrap: wrap;
@@ -94,7 +94,7 @@
94
94
 
95
95
  .p-gui__image-container {
96
96
  width: 100%;
97
- padding: 0 2%;
97
+ padding: 3px;
98
98
  display: flex;
99
99
  justify-content: flex-start;
100
100
  flex-wrap: wrap;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "perfect-gui",
3
- "version": "4.7.2",
3
+ "version": "4.7.3",
4
4
  "description": "Nice and simple GUI for JavaScript",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
package/src/styles.js CHANGED
@@ -100,7 +100,7 @@ export default function( position_type ) {
100
100
 
101
101
  .p-gui__image-container {
102
102
  width: 100%;
103
- padding: 0 2%;
103
+ padding: 3px;
104
104
  display: flex;
105
105
  justify-content: flex-start;
106
106
  flex-wrap: wrap;