perfect-gui 4.7.4 → 4.7.5

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.
@@ -307,7 +307,7 @@ function A(y) {
307
307
 
308
308
  .p-gui__slider {
309
309
  width: 100%;
310
- margin-bottom: 8px;
310
+ margin-bottom: 10px;
311
311
  padding: 7px;
312
312
  color: white;
313
313
  position: relative;
@@ -304,7 +304,7 @@
304
304
 
305
305
  .p-gui__slider {
306
306
  width: 100%;
307
- margin-bottom: 8px;
307
+ margin-bottom: 10px;
308
308
  padding: 7px;
309
309
  color: white;
310
310
  position: relative;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "perfect-gui",
3
- "version": "4.7.4",
3
+ "version": "4.7.5",
4
4
  "description": "Nice and simple GUI for JavaScript",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
package/src/styles.js CHANGED
@@ -310,7 +310,7 @@ export default function( position_type ) {
310
310
 
311
311
  .p-gui__slider {
312
312
  width: 100%;
313
- margin-bottom: 8px;
313
+ margin-bottom: 10px;
314
314
  padding: 7px;
315
315
  color: white;
316
316
  position: relative;