stuff
This commit is contained in:
parent
9fc52a4d73
commit
5f878a7080
|
@ -4086,7 +4086,7 @@ module.exports = (_ => {
|
||||||
return parseInt(document.firstElementChild.style.fontSize.replace("%", ""));
|
return parseInt(document.firstElementChild.style.fontSize.replace("%", ""));
|
||||||
};
|
};
|
||||||
BDFDB.DiscordUtils.shake = function () {
|
BDFDB.DiscordUtils.shake = function () {
|
||||||
BDFDB.ReactUtils.getInstance(document.querySelector(BDFDB.dotCN.appold)).return.stateNode.shake();
|
BDFDB.ReactUtils.getInstance(document.querySelector(BDFDB.dotCN.appinner)).return.stateNode.shake();
|
||||||
};
|
};
|
||||||
|
|
||||||
BDFDB.WindowUtils = {};
|
BDFDB.WindowUtils = {};
|
||||||
|
|
|
@ -1390,10 +1390,10 @@
|
||||||
"animationcontainertranslate": ["AnimationContainer", "translate"],
|
"animationcontainertranslate": ["AnimationContainer", "translate"],
|
||||||
"app": ["AppOuter", "app"],
|
"app": ["AppOuter", "app"],
|
||||||
"appcontainer": ["AppBase", "container"],
|
"appcontainer": ["AppBase", "container"],
|
||||||
|
"appinner": ["AppInner", "app"],
|
||||||
"appmount": ["AppMount", "appMount"],
|
"appmount": ["AppMount", "appMount"],
|
||||||
"applayers": ["AppInner", "layers"],
|
"applayers": ["AppInner", "layers"],
|
||||||
"applicationstore": ["ApplicationStore", "applicationStore"],
|
"applicationstore": ["ApplicationStore", "applicationStore"],
|
||||||
"appold": ["AppInner", "app"],
|
|
||||||
"auditlog": ["AuditLog", "auditLog"],
|
"auditlog": ["AuditLog", "auditLog"],
|
||||||
"auditlogoverflowellipsis": ["AuditLog", "overflowEllipsis"],
|
"auditlogoverflowellipsis": ["AuditLog", "overflowEllipsis"],
|
||||||
"auditloguserhook": ["AuditLog", "userHook"],
|
"auditloguserhook": ["AuditLog", "userHook"],
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
body,
|
body,
|
||||||
#app-mount,
|
#app-mount,
|
||||||
#app-mount REPLACE_CLASS_app,
|
#app-mount REPLACE_CLASS_app,
|
||||||
#app-mount REPLACE_CLASS_appold,
|
#app-mount REPLACE_CLASS_appinner,
|
||||||
#app-mount REPLACE_CLASS_loadingscreen,
|
#app-mount REPLACE_CLASS_loadingscreen,
|
||||||
#app-mount REPLACE_CLASS_errorscreen,
|
#app-mount REPLACE_CLASS_errorscreen,
|
||||||
#app-mount REPLACE_CLASS_layersbg,
|
#app-mount REPLACE_CLASS_layersbg,
|
||||||
|
|
|
@ -68,7 +68,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="REPLACE_CLASS_app">
|
<div class="REPLACE_CLASS_app">
|
||||||
<div class="REPLACE_CLASS_appold">
|
<div class="REPLACE_CLASS_appinner">
|
||||||
<div class="REPLACE_CLASS_layersbg"></div>
|
<div class="REPLACE_CLASS_layersbg"></div>
|
||||||
<div class="REPLACE_CLASS_layers REPLACE_CLASS_applayers">
|
<div class="REPLACE_CLASS_layers REPLACE_CLASS_applayers">
|
||||||
<div role="dialog" aria-hidden="false" class="REPLACE_CLASS_layer REPLACE_CLASS_layerbase">
|
<div role="dialog" aria-hidden="false" class="REPLACE_CLASS_layer REPLACE_CLASS_layerbase">
|
||||||
|
|
Loading…
Reference in New Issue