mirror of
https://wget.la/https://github.com/Wxw-Gu/WechatExplorer
synced 2026-08-17 19:47:08 +08:00
feat: 实现退群监控
This commit is contained in:
@@ -252,6 +252,31 @@ body {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.wechat-system-message-row {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
margin: 2px 0 6px;
|
||||
}
|
||||
|
||||
.wechat-system-message {
|
||||
max-width: min(78%, 760px);
|
||||
padding: 6px 12px;
|
||||
border-radius: 999px;
|
||||
background: rgba(227, 86, 86, 0.1);
|
||||
color: #c84a4a;
|
||||
font-size: 12px;
|
||||
line-height: 1.5;
|
||||
text-align: center;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.wechat-system-message-meta {
|
||||
color: #a0a7ab;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.message-avatar {
|
||||
width: 38px;
|
||||
height: 38px;
|
||||
|
||||
Reference in New Issue
Block a user