mirror of
https://github.com/Cola-Echo/Cola.git
synced 2026-06-06 03:35:50 +00:00
Add files via upload
This commit is contained in:
16
style.css
16
style.css
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user