Update page-mastodon.php

This commit is contained in:
浪子
2024-06-15 10:32:29 +08:00
parent f26bc907d4
commit 34276f132b
+2 -1
View File
@@ -115,8 +115,9 @@ div p a {
}
.thumbnail-image img {
width:100%;
height:170px;
height: 100%;
object-fit:cover;
object-position: center; /* 保证中央部分 */
border-radius:4px;
transition:transform .3s ease;
cursor:zoom-in