DiscordPreview
This commit is contained in:
parent
3bd04d1477
commit
daa1c8c195
|
@ -4133,6 +4133,7 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins || {}, BDv2Api: BDFDB && BDFDB.
|
|||
DiscordClassModules.AccountDetailsButtons = BDFDB.WebModules.findByProperties("button", "enabled", "disabled");
|
||||
DiscordClassModules.ActivityFeed = BDFDB.WebModules.findByProperties("activityFeed");
|
||||
DiscordClassModules.Anchor = BDFDB.WebModules.findByProperties("anchor", "anchorUnderlineOnHover");
|
||||
DiscordClassModules.AnimationContainer = BDFDB.WebModules.findByProperties("animatorLeft", "didRender");
|
||||
DiscordClassModules.AppBase = BDFDB.WebModules.findByProperties("container", "base");
|
||||
DiscordClassModules.AppInner = BDFDB.WebModules.findByProperties("app", "layers");
|
||||
DiscordClassModules.AppMount = BDFDB.WebModules.findByProperties("appMount");
|
||||
|
@ -4350,6 +4351,13 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins || {}, BDv2Api: BDFDB && BDFDB.
|
|||
alignstretch: ["Flex", "alignStretch"],
|
||||
anchor: ["Anchor", "anchor"],
|
||||
anchorunderlineonhover: ["Anchor", "anchorUnderlineOnHover"],
|
||||
animationcontainerbottom: ["AnimationContainer", "animatorBottom"],
|
||||
animationcontainerleft: ["AnimationContainer", "animatorLeft"],
|
||||
animationcontainerright: ["AnimationContainer", "animatorRight"],
|
||||
animationcontainertop: ["AnimationContainer", "animatorTop"],
|
||||
animationcontainerrender: ["AnimationContainer", "didRender"],
|
||||
animationcontainerscale: ["AnimationContainer", "scale"],
|
||||
animationcontainertranslate: ["AnimationContainer", "translate"],
|
||||
app: ["AppOuter", "app"],
|
||||
appcontainer: ["AppBase", "container"],
|
||||
appmount: ["AppMount", "appMount"],
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1055,7 +1055,7 @@
|
|||
<div class="REPLACE_CLASS_voicedetailslabelwrapper">
|
||||
<div class="REPLACE_CLASS_size14 REPLACE_CLASS_channelpaneltitle REPLACE_CLASS_voicedetailsstatusconnected">Voice Connected</div>
|
||||
<a href="">
|
||||
<div class="REPLACE_CLASS_size10 REPLACE_CLASS_subtext channel-1TmDQ6">selected voice / Selected Server</div>
|
||||
<div class="REPLACE_CLASS_size10 REPLACE_CLASS_subtext REPLACE_CLASS_voicedetailschannel">selected voice / Selected Server</div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1855,7 +1855,7 @@
|
|||
<button tabindex="3" type="button" class="REPLACE_CLASS_textareaattachbutton REPLACE_CLASS_button REPLACE_CLASS_buttonlookblank REPLACE_CLASS_buttoncolorbrand REPLACE_CLASS_buttongrow">
|
||||
<div class="REPLACE_CLASS_buttoncontents REPLACE_CLASS_textareaattachbuttoninner">
|
||||
<svg width="24" height="24" viewBox="0 0 24 24">
|
||||
<path fill="currentColor" class="attachButtonPlus-rUdX-B" d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"></path>
|
||||
<path fill="currentColor" class="REPLACE_CLASS_textareaattachbuttonplus" d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"></path>
|
||||
</svg>
|
||||
</div>
|
||||
</button>
|
||||
|
@ -2028,7 +2028,7 @@
|
|||
<div class="REPLACE_CLASS_themelight"></div>
|
||||
<div class="REPLACE_CLASS_itemlayercontainer REPLACE_CLASS_themelight">
|
||||
<div class="REPLACE_CLASS_itemlayer" style="top: 140px; right: 260px;">
|
||||
<div class="animatorLeft-1EQxU0 translate-2dAEQ6 didRender-33z1u8">
|
||||
<div class="REPLACE_CLASS_animationcontainerleft REPLACE_CLASS_animationcontainertranslate REPLACE_CLASS_animationcontainerrender">
|
||||
<div class="REPLACE_CLASS_userpopout">
|
||||
<div class="REPLACE_CLASS_userpopoutheadernormal">
|
||||
<div class="REPLACE_CLASS_flex REPLACE_CLASS_vertical REPLACE_CLASS_justifycenter REPLACE_CLASS_aligncenter REPLACE_CLASS_nowrap REPLACE_CLASS_userpopoutheadertop" style="flex: 1 1 auto;">
|
||||
|
|
Loading…
Reference in New Issue