This commit is contained in:
sairaj mote 2020-09-02 19:49:49 +05:30 committed by GitHub
parent b91ea7b392
commit be279b565c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()