Merge pull request #20 from GreenyDEV/main

Minor UI fixes
This commit is contained in:
Green! 2022-09-27 08:36:31 -04:00 committed by GitHub
commit 651e499565
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 18 deletions

View file

@ -161,20 +161,7 @@
<p class="description">This feature is not finished :( <br> come back later!</p>
<input disabled id="ssuggestion" type="checkbox" onclick="saveIc();" style="background: grey;">
<label disabled for="ssuggestion" style="background: grey;"><svg style="
font-size: 20px;
width: 42px;
height: 42px;
" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6">
<path style="
position: absolute;
background: black;
color: black;
/* font-size: 20px; */
width: 20px;
height: 20px;
" stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12" />
</svg>
<label disabled for="ssuggestion" style="background: grey;">
</label>
</div>
<div class="settings-cont">
@ -184,6 +171,13 @@
<a href="#view-acknowledgements" class="button-save"> View acknowledgements</a>
<a href="#view-contributers" class="button-save"> View contributers</a>
</div>
<div class="settings-cont">
<p class="name"> Support us! </p>
<p class="description"> Keep our lights on (please) </p>
<a href="https://www.buymeacoffee.com/nebulaservices" class="button-save"> BuyMeACoffee </a>
<a href="https://discord.gg/unblocker" class="button-save"> Join our Discord! </a>
</div>
</div>
@ -191,7 +185,7 @@
<div id='sidebar'>
</div>
<p class="stamp"> Version 7.10 (Public Release) | Nebula Copyright (&copy;) Nebula Services 2022 </p>
<p class="stamp"> Version 7.10.1 (Public Release) | Nebula Copyright (c) Nebula Services 2022 </p>

View file

@ -482,5 +482,5 @@ input:checked+label:after {
}
label:active:after {
width: 130px;
width: 38px;
}