general-library-union 2.7.84 → 2.7.86

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": "general-library-union",
3
- "version": "2.7.84",
3
+ "version": "2.7.86",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -1395,7 +1395,9 @@ min-height: 60px !important;
1395
1395
  order: 1;
1396
1396
  min-height: 300px;
1397
1397
  max-height: 600px;
1398
- margin-bottom: 20px;
1398
+ margin-bottom: 30px;
1399
+ top: 0;
1400
+
1399
1401
  }
1400
1402
 
1401
1403
  .hojavida {
@@ -1454,7 +1454,8 @@ body {
1454
1454
  order: 1;
1455
1455
  min-height: 300px;
1456
1456
  max-height: 600px;
1457
- margin-bottom: 20px;
1457
+ margin-bottom: 30px;
1458
+ top: 0;
1458
1459
  }
1459
1460
 
1460
1461
  .hojavida {
@@ -1486,19 +1487,21 @@ body {
1486
1487
  }
1487
1488
 
1488
1489
  .p-fileupload.p-fileupload-basic {
1489
- position: absolute;
1490
- top: 110px;
1491
- right: 40px;
1492
- }
1493
-
1490
+ position: initial;
1491
+ display: flex;
1492
+ justify-content: center;
1493
+ display: flex;
1494
+ justify-content: center;
1495
+ align-items: center;
1496
+ }
1494
1497
  .mbottom {
1495
1498
  margin-top: 0px !important;
1496
1499
  }
1497
1500
 
1498
1501
  span.p-ripple.p-element.p-button.p-component.p-fileupload-choose {
1499
- position: absolute;
1500
- top: -50px;
1501
- left: -40px;
1502
+ position: relative;
1503
+ top: -40px;
1504
+ left: -30px;
1502
1505
  min-width: 30px;
1503
1506
  height: 30px;
1504
1507
  }