ssb: Make progress bar brighter.

This commit is contained in:
2025-08-02 12:16:07 -04:00
parent 68aa41ab96
commit dc387acadc
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
{ {
"type": "tildefriends-app", "type": "tildefriends-app",
"emoji": "🦀", "emoji": "🦀",
"previous": "&nvdIMraZtEjSegUCd4b5hLz6Csn5YNV+vyJWu7QAE3I=.sha256" "previous": "&2aXpc2RssZi3P9MUHjpjRl0wrDSS5HUIewtwOiCEDCg=.sha256"
} }

View File

@@ -782,7 +782,7 @@ class TfElement extends LitElement {
? html` ? html`
<div style="position: absolute; width: 100%" id="progress"> <div style="position: absolute; width: 100%" id="progress">
<div <div
class="w3-theme-l2" class="w3-theme-l3"
style=${`height: 4px; position: absolute; right: ${Math.cos(this.progress / 250) > 0 ? 'auto' : '0'}; width: ${50 * Math.sin(this.progress / 250) + 50}%`} style=${`height: 4px; position: absolute; right: ${Math.cos(this.progress / 250) > 0 ? 'auto' : '0'}; width: ${50 * Math.sin(this.progress / 250) + 50}%`}
></div> ></div>
</div> </div>