mirror of
https://wget.la/https://github.com/Wxw-Gu/WechatExplorer
synced 2026-08-17 11:37:06 +08:00
fix: 优化导出档案系统消息宽度
- 系统消息气泡按内容自然展开,减少短消息不必要换行 - 保留容器最大宽度约束,避免窄屏横向溢出 - 增加撤回消息桌面端单行显示回归测试
This commit is contained in:
@@ -427,9 +427,11 @@ body {
|
||||
}
|
||||
.message.system .avatar { display: none; }
|
||||
.message.system .message-stack {
|
||||
max-width: 92%;
|
||||
width: max-content;
|
||||
max-width: 100%;
|
||||
}
|
||||
.message.system .bubble {
|
||||
width: max-content;
|
||||
max-width: 100%;
|
||||
padding: 5px 10px;
|
||||
border: 0;
|
||||
|
||||
Reference in New Issue
Block a user