anentrypoint-design 0.0.12 → 0.0.14
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/247420.app.js +2 -2
- package/dist/247420.css +2 -1
- package/dist/247420.js +4 -4
- package/package.json +1 -1
package/dist/247420.css
CHANGED
|
@@ -858,7 +858,8 @@
|
|
|
858
858
|
gap: 0;
|
|
859
859
|
transition: grid-template-columns var(--motion-fast, 220ms) ease;
|
|
860
860
|
}
|
|
861
|
-
.ds-247420 .app-body.no-side { grid-template-columns:
|
|
861
|
+
.ds-247420 .app-body.no-side { grid-template-columns: 1fr; }
|
|
862
|
+
.ds-247420 .app-body.no-side > .app-main { grid-column: 1 / -1; }
|
|
862
863
|
|
|
863
864
|
.ds-247420 .app-side-shell {
|
|
864
865
|
min-width: 0;
|