video-size

This commit is contained in:
tangly1024.com
2024-04-15 14:47:36 +08:00
parent dd9e30a177
commit 6fea7d3aba
3 changed files with 65 additions and 20 deletions

View File

@@ -2064,7 +2064,8 @@ code.language-mermaid {
border: 1px solid var(#eee) !important;
}
/* 竖屏视频高度bug */
/* 视频尺寸bug */
figure.notion-asset-wrapper.notion-asset-wrapper-video > div {
height: 100% !important;
width: 100% !important;
}