Optimize the display of TestPage.

This commit is contained in:
fiatrete
2023-06-07 17:05:52 +08:00
parent 1f83c1f47d
commit a1660e7ee1
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -121,3 +121,10 @@ body {
.hidden {
display: none;
}
.replied-img {
width: auto;
height: auto;
max-height: 400px;
max-width: 100%;
}