Switch runtime to edge

Format code
This commit is contained in:
DefectingCat
2022-11-01 11:44:44 +08:00
parent 502e624d90
commit dcec7044c7
6 changed files with 65 additions and 74 deletions

View File

@ -1,16 +1,16 @@
.imageContainer {
width: 100%;
padding: 10px 0;
position: relative;
width: 100%;
padding: 10px 0;
position: relative;
}
.imageContainer > span {
position: unset !important;
position: unset !important;
}
.imageContainer .image {
object-fit: contain;
width: 100% !important;
position: relative !important;
height: unset !important;
object-fit: contain;
width: 100% !important;
position: relative !important;
height: unset !important;
}