funuicss 1.11.21 → 1.11.22

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.
Files changed (2) hide show
  1. package/css/fun.css +3 -4
  2. package/package.json +1 -1
package/css/fun.css CHANGED
@@ -6433,9 +6433,8 @@ th {
6433
6433
  top: 0;
6434
6434
  display: flex;
6435
6435
  justify-content: center;
6436
- align-items: first baseline;
6437
6436
  left: 0;
6438
- padding: 3rem 1rem;
6437
+ padding: 1rem;
6439
6438
  z-index: var(--modalZIndex);
6440
6439
  width: 100%;
6441
6440
  height: 100%;
@@ -6497,10 +6496,10 @@ th {
6497
6496
  .modal-content {
6498
6497
  background-color: var(--raiseThemes);
6499
6498
  max-width: 700px;
6500
- width: 100%;
6499
+ width: fit-content;
6501
6500
  border-radius: 10px;
6502
6501
  box-shadow: var(--card);
6503
- height: fit-content !important;
6502
+ height: fit-content ;
6504
6503
 
6505
6504
  }
6506
6505
  .modal-body {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.11.21",
2
+ "version": "1.11.22",
3
3
  "name": "funuicss",
4
4
  "description": "React/Next.js component UI Library for creating Easy and good looking websites with fewer lines of code. Elevate your web development experience with our cutting-edge React/Next.js component UI Library. Craft stunning websites effortlessly, boasting both seamless functionality and aesthetic appeal—all achieved with minimal lines of code. Unleash the power of simplicity and style in your projects!",
5
5
  "main": "index.js",