fix: markdown 支持 video

This commit is contained in:
tim
2025-08-26 13:39:33 +08:00
parent 689b719e18
commit 62c1983fd5
4 changed files with 177 additions and 22 deletions

View File

@@ -139,6 +139,9 @@ body {
margin-bottom: 0.8em;
}
.info-content-text video {
max-width: 100%;
}
.info-content-text {
word-break: break-word;
max-width: 100%;