nuxt-glorious 2.0.0-develop-30 → 2.0.0-develop-31

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/module.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "nuxt-glorious",
3
3
  "configKey": "glorious",
4
- "version": "2.0.0-develop-30"
4
+ "version": "2.0.0-develop-31"
5
5
  }
@@ -743,7 +743,7 @@ button:focus-visible {
743
743
  @apply flex justify-between items-center px-3 pt-3;
744
744
  }
745
745
  .glorious-scaffold-modal-content {
746
- @apply overflow-y-auto max-h-150 px-3 pb-3;
746
+ @apply overflow-y-auto max-h-[50vh] px-3 pb-3;
747
747
  }
748
748
  .glorious-scaffold-modal-footer {
749
749
  @apply flex justify-center gap-3 my-3;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.0-develop-30",
2
+ "version": "2.0.0-develop-31",
3
3
  "name": "nuxt-glorious",
4
4
  "description": "This package provides many things needed by a project, including server requests and authentication, SEO and other requirements of a project.",
5
5
  "repository": "sajadhzj/nuxt-glorious",