mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 14:56:06 +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;
|
return 0;
|
||||||
});
|
});
|
||||||
if (results.length > 4) {
|
|
||||||
results.length = 4;
|
|
||||||
}
|
|
||||||
results.push({
|
results.push({
|
||||||
value: `search:${query}`,
|
value: `search:${query}`,
|
||||||
label: query
|
label: query
|
||||||
|
|||||||
+1
-1
@@ -283,7 +283,7 @@ a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.x-friend-item > img.avatar {
|
.x-friend-item > img.avatar {
|
||||||
width: 50px;
|
width: unset;
|
||||||
height: 37.5px;
|
height: 37.5px;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
|
|||||||
Reference in New Issue
Block a user