stuff
This commit is contained in:
parent
f91b03ff97
commit
7ccb2ca348
|
@ -4765,6 +4765,7 @@ var BDFDB = {
|
|||
golivegameicon: ["GoLiveDetails", "gameIcon"],
|
||||
golivegamename: ["GoLiveDetails", "gameName"],
|
||||
golivegamewrapper: ["GoLiveDetails", "gameWrapper"],
|
||||
goliveinfo: ["GoLiveDetails", "info"],
|
||||
golivepanel: ["GoLiveDetails", "panel"],
|
||||
green: ["TextStyle", "statusGreen"],
|
||||
grey: ["TextStyle", "statusGrey"],
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1092,7 +1092,10 @@
|
|||
<circle cx="33" cy="33" r="2" fill="currentColor" fill-opacity=".4"></circle>
|
||||
</g>
|
||||
</svg>
|
||||
<div class="REPLACE_CLASS_size14 REPLACE_CLASS_channelpaneltitle REPLACE_CLASS_golivegamename" title="Game">Game</div>
|
||||
<div class="REPLACE_CLASS_goliveinfo">
|
||||
<div class="REPLACE_CLASS_size14 REPLACE_CLASS_channelpaneltitle">Game</div>
|
||||
<div class="REPLACE_CLASS_size12 REPLACE_CLASS_subtext">Live</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="REPLACE_CLASS_goliveactions">
|
||||
<button aria-label="Stop Streaming" type="button" class="REPLACE_CLASS_accountinfobutton REPLACE_CLASS_accountinfobuttonenabled REPLACE_CLASS_button REPLACE_CLASS_buttonlookblank REPLACE_CLASS_buttoncolorbrand REPLACE_CLASS_buttongrow">
|
||||
|
@ -1288,10 +1291,9 @@
|
|||
<a target="_blank" rel="noreferrer noopener" class="REPLACE_CLASS_anchor REPLACE_CLASS_anchorunderlineonhover REPLACE_CLASS_embedtitlelink" href="https://github.com/mwittrien/BetterDiscordAddons/">mwittrien/BetterDiscordAddons</a>
|
||||
</div>
|
||||
<div class="REPLACE_CLASS_embeddescription REPLACE_CLASS_embedmargin">BetterDiscordAddons - A series of plugins and themes for BetterDiscord.</div>
|
||||
<a target="_blank" rel="noreferrer noopener" class="REPLACE_CLASS_anchor REPLACE_CLASS_anchorunderlineonhover REPLACE_CLASS_imagewrapper REPLACE_CLASS_imagezoom REPLACE_CLASS_imageclickable REPLACE_CLASS_embedthumbnail" href="https://github.com/mwittrien/BetterDiscordAddons/" style="width: 80px; height: 80px;">
|
||||
<img src="https://i.imgur.com/EZUorCa.png?1" style="width: 80px; height: 80px;"></img>
|
||||
</a>
|
||||
</div>
|
||||
<a target="_blank" rel="noreferrer noopener" class="REPLACE_CLASS_anchor REPLACE_CLASS_anchorunderlineonhover REPLACE_CLASS_imagewrapper REPLACE_CLASS_imagezoom REPLACE_CLASS_imageclickable REPLACE_CLASS_embedthumbnail" href="https://github.com/mwittrien/BetterDiscordAddons/" style="width: 80px; height: 80px;">
|
||||
<img src="https://i.imgur.com/EZUorCa.png?1" style="width: 80px; height: 80px;"></img>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue