1
1
mirror of https://github.com/go-gitea/gitea synced 2025-10-29 18:38:28 +00:00

Make external iframe render work (#35730)

Fix #35729, #17635, #21098
This commit is contained in:
wxiaoguang
2025-10-23 16:01:38 +08:00
committed by GitHub
parent 8085c75356
commit 522c466e24
18 changed files with 294 additions and 92 deletions

View File

@@ -545,6 +545,11 @@ In markup content, we always use bottom margin for all elements */
margin: 0 0.25em;
}
.external-render-iframe {
width: 100%;
height: max(300px, 80vh);
}
.markup-content-iframe {
display: block;
border: none;

View File

@@ -0,0 +1 @@
/* dummy */