Skip to content

Commit

Permalink
progress colour move to html
Browse files Browse the repository at this point in the history
  • Loading branch information
ybk5053 committed Dec 16, 2023
1 parent f9ca496 commit 9442dfc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dist/yt_dlp-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ export class YTDLPCard extends LitElement {
top: -2px;
left: 0;
right: 0;
color: ${this._colour}};
}
.progress .value {
background-color: #005eff;
Expand Down Expand Up @@ -189,7 +188,7 @@ export class YTDLPCard extends LitElement {
</div>
<div>
<div class="progress" data-label="${downloaded}/${total}">
<span class="value" style="width:${percent}%;"></span>
<span class="value" style="width:${percent}%;color:${this._colour}"></span>
</div>
</div>
<div>
Expand Down

0 comments on commit 9442dfc

Please sign in to comment.