anentrypoint-design 0.0.225 → 0.0.228
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.css +7 -0
- package/dist/247420.js +10 -10
- package/package.json +1 -1
- package/src/kits/os/freddie/helpers.js +0 -26
- package/src/kits/os/launcher.css +1 -1
- package/src/kits/os/launcher.js +3 -0
- package/src/kits/os/theme.css +0 -4
- package/src/kits/os/wm.js +1 -0
package/dist/247420.css
CHANGED
|
@@ -8136,6 +8136,13 @@
|
|
|
8136
8136
|
|
|
8137
8137
|
.ds-247420 .ds-prose { line-height: 1.65; }
|
|
8138
8138
|
.ds-247420 .ds-prose pre, .ds-247420 .ds-prose table { overflow-x: auto; max-width: 100%; }
|
|
8139
|
+
.ds-247420 .ds-prose canvas {
|
|
8140
|
+
display: block;
|
|
8141
|
+
width: 100%;
|
|
8142
|
+
max-width: 100%;
|
|
8143
|
+
height: 300px;
|
|
8144
|
+
max-height: 300px;
|
|
8145
|
+
}
|
|
8139
8146
|
|
|
8140
8147
|
.ds-247420 #ds-article-host, .ds-247420 .ds-prose {
|
|
8141
8148
|
width: 100%;
|