0.0.35
This commit is contained in:
parent
b91ea7b392
commit
be279b565c
@ -91,6 +91,7 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
|
color: rgba(var(--text-color), 1);
|
||||||
}
|
}
|
||||||
textarea:focus {
|
textarea:focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
@ -1763,7 +1764,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h4>Version</h4>
|
<h4>Version</h4>
|
||||||
<p>0.0.34</p>
|
<p>0.0.35</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
@ -5963,7 +5964,7 @@ customElements.define('sm-section', class extends HTMLElement {
|
|||||||
})
|
})
|
||||||
|
|
||||||
let refreshAgain = function() {
|
let refreshAgain = function() {
|
||||||
if(refreshCount > 6)
|
if(refreshCount > 30)
|
||||||
refreshTimeout *= 2;
|
refreshTimeout *= 2;
|
||||||
refreshCount++;
|
refreshCount++;
|
||||||
refresh()
|
refresh()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user