stuff
This commit is contained in:
parent
f91b03ff97
commit
7ccb2ca348
|
@ -4765,6 +4765,7 @@ var BDFDB = {
|
||||||
golivegameicon: ["GoLiveDetails", "gameIcon"],
|
golivegameicon: ["GoLiveDetails", "gameIcon"],
|
||||||
golivegamename: ["GoLiveDetails", "gameName"],
|
golivegamename: ["GoLiveDetails", "gameName"],
|
||||||
golivegamewrapper: ["GoLiveDetails", "gameWrapper"],
|
golivegamewrapper: ["GoLiveDetails", "gameWrapper"],
|
||||||
|
goliveinfo: ["GoLiveDetails", "info"],
|
||||||
golivepanel: ["GoLiveDetails", "panel"],
|
golivepanel: ["GoLiveDetails", "panel"],
|
||||||
green: ["TextStyle", "statusGreen"],
|
green: ["TextStyle", "statusGreen"],
|
||||||
grey: ["TextStyle", "statusGrey"],
|
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>
|
<circle cx="33" cy="33" r="2" fill="currentColor" fill-opacity=".4"></circle>
|
||||||
</g>
|
</g>
|
||||||
</svg>
|
</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>
|
||||||
<div class="REPLACE_CLASS_goliveactions">
|
<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">
|
<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">
|
||||||
|
@ -1296,7 +1299,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
<hr class="REPLACE_CLASS_messagedivider">
|
<hr class="REPLACE_CLASS_messagedivider">
|
||||||
</div>
|
</div>
|
||||||
<div class="REPLACE_CLASS_messagetimedivider REPLACE_CLASS_messagesdivider">
|
<div class="REPLACE_CLASS_messagetimedivider REPLACE_CLASS_messagesdivider">
|
||||||
|
|
Loading…
Reference in New Issue