Style boost
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
@using Shogi.Contracts.Types
|
||||
<div style="margin: 0" class="PrimaryTheme">
|
||||
<div style="margin: 0" class="PrimaryTheme PlayerName">
|
||||
|
||||
@if (string.IsNullOrEmpty(Name))
|
||||
{
|
||||
<div>Empty Seat</div>
|
||||
<p>Empty Seat</p>
|
||||
}
|
||||
else
|
||||
{
|
||||
<div>@Name</div>
|
||||
<p>@Name</p>
|
||||
}
|
||||
|
||||
@if (IsTurn)
|
||||
|
||||
Reference in New Issue
Block a user