Skip to content

Commit 009f50c

Browse files
committed
Update searchJumper.user.js
1 parent 0fa43db commit 009f50c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

searchJumper.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2186,7 +2186,7 @@
21862186
}
21872187
#search-jumper #search-jumper-alllist.new-mode .sitelist a+p>span {
21882188
flex-shrink: 0;
2189-
font-size: 14px;
2189+
font-size: 12px;
21902190
padding: 2px 6px;
21912191
background: rgb(160 160 160 / 10%);
21922192
color: #888;
@@ -6896,7 +6896,7 @@
68966896
setTimeout(() => {
68976897
if (!self.showAllMouseHandler) {
68986898
self.showAllMouseHandler = e => {
6899-
if (e.isTrusted == false || e.target.className === 'sitelistBox' || e.target.className === 'search-jumper-showallBg') {
6899+
if (e.isTrusted == false || e.target.className === 'sitelistBox' || e.target.className === 'search-jumper-showallBg' || e.target.id === 'search-jumper-alllist') {
69006900
self.closeShowAll();
69016901
}
69026902
};

0 commit comments

Comments
 (0)