mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-26 08:54:07 +01:00
This commit is contained in:
parent
cfc539b84a
commit
bad5918cf4
2 changed files with 25 additions and 12 deletions
|
|
@ -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"] {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue