Merge pull request #317 from tangly1024/fix-video-width

视频最大宽度
This commit is contained in:
tangly1024
2022-06-20 13:42:51 +08:00
committed by GitHub

View File

@@ -670,7 +670,7 @@ svg.notion-page-icon {
.notion-asset-wrapper {
margin: 0.5rem 0;
max-width: 100vw;
max-width: 100%;
min-width: 100%;
align-self: center;
display: flex;