Fix figure tag display issue (#514)

This commit is contained in:
^L^ King 2024-12-22 06:41:05 +08:00 committed by GitHub
parent 83a4952e5c
commit f56b502827
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -211,6 +211,10 @@ img {
overflow: hidden;
}
figure {
width: fit-content;
}
figure img,
figure video {
margin-bottom: 0;