mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-15 09:33:03 -04:00
Fixes For Canary
This commit is contained in:
parent
107d896b40
commit
c4ba86345b
11 changed files with 12 additions and 168 deletions
|
@ -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"
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue