Vanessa 2025-11-22 17:46:42 +08:00
parent cfc539b84a
commit bad5918cf4
2 changed files with 25 additions and 12 deletions

View file

@ -34,15 +34,6 @@
border: 0;
}
iframe {
border: 1px solid var(--b3-theme-surface-lighter);
width: 765px;
box-sizing: border-box;
height: 256px;
max-width: 100%;
vertical-align: bottom;
}
span[data-type~="sup"],
span[data-type~="sub"] {
position: relative;
@ -415,6 +406,22 @@
text-align: center;
}
[data-subtype="NodeIFrame"],
[data-subtype="widget"] {
.iframe-content {
width: 100%;
height: 256px;
max-width: 100%;
}
iframe {
width: 100%;
height: 100%;
border: 1px solid var(--b3-theme-surface-lighter);
box-sizing: border-box;
}
}
[data-subtype="flowchart"] > [spin="1"],
[data-subtype="plantuml"] > [spin="1"],
[data-subtype="mermaid"] > [spin="1"] {