Ajout button Twitch
et aussi réparation des conneries de Luki
This commit is contained in:
parent
cc96674e46
commit
776640a022
@ -3173,6 +3173,14 @@ input:checked + .toggleSwitchSlider:before {
|
|||||||
fill: #657ac4;
|
fill: #657ac4;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#twitchSVG:hover,
|
||||||
|
#twitchURL:focus #twitchSVG {
|
||||||
|
fill: rgb(119, 0, 255);
|
||||||
|
}
|
||||||
|
#twitchSVG:active {
|
||||||
|
fill: rgb(119, 0, 255);
|
||||||
|
}
|
||||||
|
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* *
|
* *
|
||||||
* Landing View (Bottom Styles) *
|
* Landing View (Bottom Styles) *
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="mediaDivider"></div>
|
<div class="mediaDivider"></div>
|
||||||
<div id="externalMedia">
|
<div id="externalMedia">
|
||||||
<div class="mediaContainer">
|
<!--div class="mediaContainer">
|
||||||
<a href="https://twitch.tv/lukienlive" class="mediaURL" id="linkURL">
|
<a href="https://twitch.tv/lukienlive" class="mediaURL" id="linkURL">
|
||||||
<svg id="linkSVG" class="mediaSVG" viewBox="35.34 34.3575 70.68 68.71500">
|
<svg id="linkSVG" class="mediaSVG" viewBox="35.34 34.3575 70.68 68.71500">
|
||||||
<g>
|
<g>
|
||||||
@ -38,6 +38,14 @@
|
|||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
||||||
</a>
|
</a>
|
||||||
|
</div-->
|
||||||
|
<div class="mediaContainer">
|
||||||
|
<a href="https://twitch.tv/lukienlive" class="mediaURL" id="twitchURL">
|
||||||
|
<svg id="twitchSVG" class="mediaSVG" viewBox="0 0 16 16">
|
||||||
|
<path d="M3.857 0 1 2.857v10.286h3.429V16l2.857-2.857H9.57L14.714 8V0H3.857zm9.714 7.429-2.285 2.285H9l-2 2v-2H4.429V1.143h9.142v6.286z"/>
|
||||||
|
<path d="M11.857 3.143h-1.143V6.57h1.143V3.143zm-3.143 0H7.571V6.57h1.143V3.143z"/>
|
||||||
|
</svg>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="mediaContainer">
|
<div class="mediaContainer">
|
||||||
<a href="https://twitter.com/lukienlive" class="mediaURL" id="twitterURL" disabled>
|
<a href="https://twitter.com/lukienlive" class="mediaURL" id="twitterURL" disabled>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "lukienlivelauncher",
|
"name": "lukienlivelauncher",
|
||||||
"version": "1.0.0",
|
"version": "1.0.2",
|
||||||
"productName": "LukiEnLive Launcher",
|
"productName": "LukiEnLive Launcher",
|
||||||
"description": "Launcher du serveur Moddé du Streameur LukiEnLive",
|
"description": "Launcher du serveur Moddé du Streameur LukiEnLive",
|
||||||
"author": "Daniel Scalzi (https://github.com/dscalzi/) SoraxDubbing / Luki",
|
"author": "Daniel Scalzi (https://github.com/dscalzi/) SoraxDubbing / Luki",
|
||||||
|
Loading…
Reference in New Issue
Block a user