@pod-os/elements 0.30.2-rc.1b2b855.0 → 0.30.2-rc.86bb4f4.0
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/cjs/pos-markdown-document.cjs.entry.js +1 -1
- package/dist/cjs/pos-markdown-document.cjs.entry.js.map +1 -1
- package/dist/collection/components/pos-markdown-document/pos-markdown-document.css +3 -0
- package/dist/components/pos-markdown-document2.js +1 -1
- package/dist/components/pos-markdown-document2.js.map +1 -1
- package/dist/elements/elements.esm.js +1 -1
- package/dist/elements/{p-51f0a869.entry.js → p-efdb179c.entry.js} +2 -2
- package/dist/elements/{p-51f0a869.entry.js.map → p-efdb179c.entry.js.map} +1 -1
- package/dist/esm/pos-markdown-document.entry.js +1 -1
- package/dist/esm/pos-markdown-document.entry.js.map +1 -1
- package/package.json +1 -1
|
@@ -1463,7 +1463,7 @@ function sanitize(html) {
|
|
|
1463
1463
|
};
|
|
1464
1464
|
}
|
|
1465
1465
|
|
|
1466
|
-
const posMarkdownDocumentCss = "article{line-height:1.5}";
|
|
1466
|
+
const posMarkdownDocumentCss = "article {\n line-height: 1.5;\n pos-image {\n --max-width: 100%;\n }\n}\n";
|
|
1467
1467
|
const PosMarkdownDocumentStyle0 = posMarkdownDocumentCss;
|
|
1468
1468
|
|
|
1469
1469
|
const articleCardCss = "article {\n padding: var(--size-2);\n display: flex;\n flex-direction: column;\n gap: var(--size-2);\n outline: var(--pos-border-solid);\n border-radius: var(--radius-sm);\n box-shadow: var(--shadow-md);\n background-color: var(--pos-card-background);\n\n header {\n display: flex;\n flex-direction: column;\n gap: var(--size-2);\n h1 {\n margin: 0;\n }\n }\n}\n";
|