wargerm 0.2.42 → 0.2.43

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/dist/index.css CHANGED
@@ -1602,7 +1602,7 @@ button.swiper-pagination-bullet {
1602
1602
  border-image-slice: 63 124 63 124;
1603
1603
  border-image-width: 63px 124px 63px 124px;
1604
1604
  border-image-repeat: stretch stretch;
1605
- min-width: 400px;
1605
+ min-width: 200px;
1606
1606
  min-height: 100px;
1607
1607
  }
1608
1608
  .card-container .container-in {
@@ -1674,7 +1674,7 @@ button.swiper-pagination-bullet {
1674
1674
  }
1675
1675
  .card-container .container-in .container-in-border .body {
1676
1676
  flex: 1;
1677
- overflow: auto;
1677
+ overflow: hidden;
1678
1678
  }
1679
1679
  .model_container {
1680
1680
  position: absolute;
@@ -1602,7 +1602,7 @@ button.swiper-pagination-bullet {
1602
1602
  border-image-slice: 63 124 63 124;
1603
1603
  border-image-width: 63px 124px 63px 124px;
1604
1604
  border-image-repeat: stretch stretch;
1605
- min-width: 400px;
1605
+ min-width: 200px;
1606
1606
  min-height: 100px;
1607
1607
  }
1608
1608
  .card-container .container-in {
@@ -1674,7 +1674,7 @@ button.swiper-pagination-bullet {
1674
1674
  }
1675
1675
  .card-container .container-in .container-in-border .body {
1676
1676
  flex: 1;
1677
- overflow: auto;
1677
+ overflow: hidden;
1678
1678
  }
1679
1679
  .model_container {
1680
1680
  position: absolute;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": false,
3
3
  "name": "wargerm",
4
- "version": "0.2.42",
4
+ "version": "0.2.43",
5
5
  "scripts": {
6
6
  "dev": "dumi dev",
7
7
  "docs:build": "dumi build",