@luna-park/plugin-nuxt-ui 1.0.5 → 1.0.6
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.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -70875,7 +70875,7 @@ const lee = f.object({
|
|
|
70875
70875
|
inject: {
|
|
70876
70876
|
css: ({ config: e, mode: t }) => {
|
|
70877
70877
|
if (t === "editor") {
|
|
70878
|
-
const a = `:root{ --ui-radius:${e.radius}rem; }[data-nuxt-body]{height: 100%}`;
|
|
70878
|
+
const a = `:root{ --ui-radius:${e.radius}rem; }[data-nuxt-body]{min-height: 100%}`;
|
|
70879
70879
|
return uee.replace(/\bbody\b([^:;])*?{/g, "[data-nuxt-body]$1{") + a;
|
|
70880
70880
|
}
|
|
70881
70881
|
}
|