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

View File

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