Add files via upload

This commit is contained in:
Cola-Echo
2025-12-24 02:40:46 +08:00
committed by GitHub
parent 1e7ea5cc13
commit 475707f104
9 changed files with 144 additions and 24 deletions

View File

@@ -6888,6 +6888,7 @@
.wechat-moment-images.grid-2 {
grid-template-columns: repeat(2, 1fr);
max-width: 280px;
}
.wechat-moment-images.grid-3,
@@ -10674,9 +10675,9 @@
justify-content: center;
width: 20px;
height: 20px;
margin-right: 6px;
cursor: pointer;
flex-shrink: 0;
align-self: center;
}
.wechat-blocked-exclamation-icon {
@@ -10709,8 +10710,8 @@
justify-content: center;
width: 20px;
height: 20px;
margin-left: 6px;
flex-shrink: 0;
align-self: center;
}
/* 手机弹窗样式 */
@@ -10898,14 +10899,17 @@
background: none;
border: none;
cursor: pointer;
font-size: 14px;
padding: 2px 4px;
opacity: 0.5;
transition: opacity 0.2s;
font-size: 18px;
color: #999;
padding: 0 4px;
line-height: 1;
opacity: 0.7;
transition: opacity 0.2s, color 0.2s;
}
.wechat-history-delete-btn:hover {
opacity: 1;
color: #ff4d4f;
}
.wechat-toy-history-card-actions {