update z-index on spinner
This commit is contained in:
parent
5e839bbbd4
commit
ffe323d478
1 changed files with 39 additions and 19 deletions
|
@ -57,8 +57,14 @@
|
||||||
<p>
|
<p>
|
||||||
This is a cheatfile generator for Super Mario Sunshine speedrun practice. If this is
|
This is a cheatfile generator for Super Mario Sunshine speedrun practice. If this is
|
||||||
your first time using the generator we highly recommend to check out the
|
your first time using the generator we highly recommend to check out the
|
||||||
<a href="/guide.html" target="_blank">guide</a> first. Visit the
|
<a
|
||||||
<a href="/guide.html#troubleshooting" target="_blank">the troubleshooting section</a>
|
href="/guide.html"
|
||||||
|
target="_blank"
|
||||||
|
>guide</a> first. Visit the
|
||||||
|
<a
|
||||||
|
href="/guide.html#troubleshooting"
|
||||||
|
target="_blank"
|
||||||
|
>the troubleshooting section</a>
|
||||||
if you encounter any issues.
|
if you encounter any issues.
|
||||||
</p>
|
</p>
|
||||||
<div>
|
<div>
|
||||||
|
@ -68,35 +74,49 @@
|
||||||
<a href="https://discord.gg/9dGJWEc" target="_blank" rel="noopener">Discord</a>
|
<a href="https://discord.gg/9dGJWEc" target="_blank" rel="noopener">Discord</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://speedrun.com/sms" target="_blank" rel="noopener"
|
<a
|
||||||
>Speedrun.com Leaderboards</a
|
href="https://speedrun.com/sms"
|
||||||
>
|
target="_blank"
|
||||||
|
rel="noopener"
|
||||||
|
>Speedrun.com Leaderboards</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://twitter.com/SMSCommunity" target="_blank" rel="noopener"
|
<a
|
||||||
>Twitter: @SMSCommunity</a
|
href="https://twitter.com/SMSCommunity"
|
||||||
>
|
target="_blank"
|
||||||
|
rel="noopener"
|
||||||
|
>Twitter: @SMSCommunity</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://www.twitch.tv/SunshineCommunity" target="_blank" rel="noopener"
|
<a
|
||||||
>Twitch: SunshineCommunity</a
|
href="https://www.twitch.tv/SunshineCommunity"
|
||||||
>
|
target="_blank"
|
||||||
|
rel="noopener"
|
||||||
|
>Twitch: SunshineCommunity</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<p>
|
<p>
|
||||||
GCT Generator © 2017 - {{ new Date().getFullYear() }}
|
GCT Generator © 2017 - {{ new Date().getFullYear() }}
|
||||||
<a href="https://twitter.com/psychonauter" target="_blank" rel="noopener"
|
<a
|
||||||
>Psychonauter</a
|
href="https://twitter.com/psychonauter"
|
||||||
>,
|
target="_blank"
|
||||||
|
rel="noopener"
|
||||||
|
>Psychonauter</a>,
|
||||||
<a href="https://twitter.com/Qbe_Root" target="_blank" rel="noopener">Noki Doki</a>
|
<a href="https://twitter.com/Qbe_Root" target="_blank" rel="noopener">Noki Doki</a>
|
||||||
and
|
and
|
||||||
<a href="https://twitter.com/srlMilk" target="_blank" rel="noopener">Milk</a>. The
|
<a
|
||||||
|
href="https://twitter.com/srlMilk"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener"
|
||||||
|
>Milk</a>. The
|
||||||
source code is available on
|
source code is available on
|
||||||
<a href="https://github.com/BitPatty/gctGenerator" target="_blank" rel="noopener"
|
<a
|
||||||
>Github</a
|
href="https://github.com/BitPatty/gctGenerator"
|
||||||
>.
|
target="_blank"
|
||||||
|
rel="noopener"
|
||||||
|
>Github</a>.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -215,7 +235,7 @@ section > div:not(:first-child) {
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
z-index: 999;
|
z-index: 15;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background: #ffffff44;
|
background: #ffffff44;
|
||||||
background-color: rgba(255, 255, 255, 0.7);
|
background-color: rgba(255, 255, 255, 0.7);
|
||||||
|
|
Loading…
Reference in a new issue