mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +02:00
Remove quick search limit + fix VRC Icon stretch
useful when using memos for tagging
This commit is contained in:
@@ -5196,9 +5196,6 @@ speechSynthesis.getVoices();
|
||||
}
|
||||
return 0;
|
||||
});
|
||||
if (results.length > 4) {
|
||||
results.length = 4;
|
||||
}
|
||||
results.push({
|
||||
value: `search:${query}`,
|
||||
label: query
|
||||
|
||||
@@ -283,7 +283,7 @@ a {
|
||||
}
|
||||
|
||||
.x-friend-item > img.avatar {
|
||||
width: 50px;
|
||||
width: unset;
|
||||
height: 37.5px;
|
||||
margin-right: 0;
|
||||
margin-left: 5px;
|
||||
|
||||
Reference in New Issue
Block a user