Skip to content

Commit

Permalink
Update available info style on Audio Language Popup
Browse files Browse the repository at this point in the history
  • Loading branch information
amarullz committed Jun 27, 2024
1 parent 301459c commit 2109891
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions app/src/main/assets/view/m.css
Original file line number Diff line number Diff line change
Expand Up @@ -4568,6 +4568,11 @@ c.loader {
font-size:var(--fs-8vw);
color:#888;
}
#listorder .settings_group p div span.alangavail{
float:right;
font-size:var(--fs-10vw);
color:var(--accent-1);
}

#listorder .listorder_title.profile{
text-align: left;
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/assets/view/m.js
Original file line number Diff line number Diff line change
Expand Up @@ -2959,7 +2959,7 @@ const _API={
txp=txp.toLowerCase().substring(0,3);
}
if (i==0 || avl.indexOf(txp)>-1){
tx+='<span class="datetime">Available</span>';
tx+='<span class="alangavail"><c>check</c> Available</span>';
}
}
olang.push(tx);
Expand Down

0 comments on commit 2109891

Please sign in to comment.