Tighten header and character panel vertical density
This commit is contained in:
@@ -25,8 +25,11 @@
|
||||
{
|
||||
<p class="header-identity"><strong>@User.DisplayName</strong> <span class="muted">(@User.Username)</span></p>
|
||||
}
|
||||
<p class="connection @ConnectionStateCssClass">@ConnectionStateLabel</p>
|
||||
<p class="header-campaign">Campaign: <strong>@(SelectedCampaignName ?? "No campaign selected")</strong></p>
|
||||
<div class="header-connection-cell">
|
||||
<p class="connection @ConnectionStateCssClass">@ConnectionStateLabel</p>
|
||||
</div>
|
||||
<a href="" class="logout-link" @onclick:preventDefault="true" @onclick="LogoutAsync">Logout</a>
|
||||
<div class="header-menu-wrap">
|
||||
<button
|
||||
id="screen-menu-button"
|
||||
@@ -37,7 +40,6 @@
|
||||
aria-controls="screen-menu"
|
||||
@onclick="ToggleScreenMenu">
|
||||
<span aria-hidden="true">☰</span>
|
||||
<span class="menu-toggle-label">@CurrentScreenLabel</span>
|
||||
</button>
|
||||
@if (IsScreenMenuOpen)
|
||||
{
|
||||
@@ -55,7 +57,6 @@
|
||||
</div>
|
||||
}
|
||||
</div>
|
||||
<a href="" class="logout-link" @onclick:preventDefault="true" @onclick="LogoutAsync">Logout</a>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
@@ -77,7 +78,6 @@
|
||||
IsD6="IsSelectedCampaignD6"
|
||||
RollVisibility="RollVisibility"
|
||||
RollVisibilityChanged="OnRollVisibilityChanged"
|
||||
LastRoll="LastRoll"
|
||||
OwnerLabel="OwnerLabel"
|
||||
SkillDefinitionLabel="SkillDefinitionLabel"
|
||||
CanEditCharacter="CanEditCharacter"
|
||||
|
||||
Reference in New Issue
Block a user