Fixes For Canary

This commit is contained in:
thororen1234 2024-09-25 16:40:37 -04:00
parent 107d896b40
commit c4ba86345b
11 changed files with 12 additions and 168 deletions

View file

@ -79,7 +79,7 @@ export default definePlugin({
{
find: ".messagesPopoutWrap",
replacement: {
match: /\i&&\((\i).maxHeight-=\d{1,3}\)/,
match: /\i&&\((\i).maxHeight.{1,5}\)/,
replace: "$&;$1.maxHeight-=$self.containerHeight"
}
},