mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-15 01:23:03 -04:00
Some more canary fixes
This commit is contained in:
parent
7255eaaaff
commit
2efc6a6736
3 changed files with 5 additions and 5 deletions
|
@ -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"
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue