Remove quick search limit + fix VRC Icon stretch

useful when using memos for tagging
This commit is contained in:
Natsumi
2021-03-17 14:18:37 +13:00
parent fcde72b177
commit 2349180596
2 changed files with 1 additions and 4 deletions

View File

@@ -5196,9 +5196,6 @@ speechSynthesis.getVoices();
}
return 0;
});
if (results.length > 4) {
results.length = 4;
}
results.push({
value: `search:${query}`,
label: query

View File

@@ -283,7 +283,7 @@ a {
}
.x-friend-item > img.avatar {
width: 50px;
width: unset;
height: 37.5px;
margin-right: 0;
margin-left: 5px;