mirror of
https://wget.la/https://github.com/Wxw-Gu/WechatExplorer
synced 2026-08-17 11:37:06 +08:00
feat: 支持点击图片优先打开原图
This commit is contained in:
@@ -456,6 +456,20 @@ body {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.image-quality-badge {
|
||||
position: absolute;
|
||||
left: 6px;
|
||||
top: 6px;
|
||||
max-width: calc(100% - 12px);
|
||||
padding: 3px 6px;
|
||||
border-radius: 5px;
|
||||
background: rgba(0, 0, 0, 0.5);
|
||||
color: #fff;
|
||||
font-size: 11px;
|
||||
line-height: 1.3;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.image-action-btn {
|
||||
border: 0;
|
||||
border-radius: 5px;
|
||||
|
||||
Reference in New Issue
Block a user