Skip to content

Commit

Permalink
接続状態表示のボーダーカラーをユーザーの色に、リビジョンアップ。
Browse files Browse the repository at this point in the history
  • Loading branch information
Nanasu committed Dec 24, 2023
1 parent 4580a2b commit 2e3735a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/component/peer-menu/peer-menu.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
[<span *ngIf="findPeerImageUrl(peer.peerId)" class="cover mini-icon" [style.background-image]="'url(' + findPeerImageUrl(peer.peerId) + ')' | safe: 'style'"></span><span><b [style.color]="findPeerColor(peer.peerId)">{{findPeerName(peer.peerId)}}</b></span>]
</span>
</span>
<div class="session-info">
<div class="session-info" [style.border-left-color]="findPeerColor(peer.peerId)">
<span>接続状態
Grade:{{stringFromSessionGrade(peer.session.grade)}} ({{peer.session.description}})
Health:{{(peer.session.health * 100).toFixed(0)}}%
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>Udonarium with Fly 1.9.1a (Powered by Udonarium 1.16.0)</title>
<title>Udonarium with Fly 1.9.1b (Powered by Udonarium 1.16.0)</title>
<base href="./">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="mobile-web-app-capable" content="yes">
Expand Down

0 comments on commit 2e3735a

Please sign in to comment.