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 { .thumbnail-image img {
width:100%; width:100%;
height:170px; height: 100%;
object-fit:cover; object-fit:cover;
object-position: center; /* 保证中央部分 */
border-radius:4px; border-radius:4px;
transition:transform .3s ease; transition:transform .3s ease;
cursor:zoom-in cursor:zoom-in