nuxt-glorious 2.0.0-develop-29 → 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 +1 -1
- package/dist/runtime/style/style.css +2 -2
- package/package.json +1 -1
package/dist/module.json
CHANGED
@@ -743,10 +743,10 @@ 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-
|
746
|
+
@apply overflow-y-auto max-h-[50vh] px-3 pb-3;
|
747
747
|
}
|
748
748
|
.glorious-scaffold-modal-footer {
|
749
|
-
@apply flex justify-center gap-3
|
749
|
+
@apply flex justify-center gap-3 my-3;
|
750
750
|
}
|
751
751
|
.glorious-scaffold-modal-footer > button {
|
752
752
|
@apply min-w-24;
|
package/package.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
{
|
2
|
-
"version": "2.0.0-develop-
|
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",
|