UI tweaks

This commit is contained in:
Josh Stewart 2020-10-21 18:50:51 +11:00
parent a810b608c4
commit 4fae9c1d33
3 changed files with 5 additions and 2 deletions

View File

@ -3881,6 +3881,7 @@ input, select, textarea {
color: #FFFFFF;
cursor: default;
height: 7em;
height: 0;
left: 0;
overflow-x: auto;
overflow-y: auto;
@ -3892,6 +3893,8 @@ input, select, textarea {
width: 100%;
padding: 0;
line-height: 3.5em;
transition-property:height;
transition-duration:1s;
}
#sponsor > .inner {

View File

@ -95,7 +95,7 @@
<!-- Progress -->
<section id="progress" class="wrapper style3 fade-up" style="height: 100vh;">
<!-- Sponsor bar -->
<section id="sponsor" style="display: none;">
<section id="sponsor">
<div class="inner">
<p><center><a href="https://github.com/sponsors/noisymime" target="_blank">Speeduino is a volunteer run project. Click here if you're interested in supporting Speeduino's development</a><br /><span class="icon major fa-heart"></span></center></p>
</div>

View File

@ -346,7 +346,7 @@ function uploadFW()
console.log("Using port: " + uploadPort);
//Show the sponsor banner
document.getElementById('sponsor').style.display = "block"
document.getElementById('sponsor').style.height = "7em"
//Begin the upload
if(isTeensy)