Some more canary fixes

This commit is contained in:
thororen1234 2024-09-26 11:39:34 -04:00
parent 7255eaaaff
commit 2efc6a6736
3 changed files with 5 additions and 5 deletions

View file

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