fix: unify workspace header layout
This commit is contained in:
@@ -17,12 +17,12 @@
|
||||
{
|
||||
<p class="header-campaign">Campaign: <strong>@(CampaignName ?? "No campaign selected")</strong></p>
|
||||
}
|
||||
@if (ShowConnectionState)
|
||||
{
|
||||
<div class="header-connection-cell">
|
||||
<div class="header-connection-cell">
|
||||
@if (ShowConnectionState)
|
||||
{
|
||||
<p class="connection @ConnectionStateCssClass">@ConnectionStateLabel</p>
|
||||
</div>
|
||||
}
|
||||
}
|
||||
</div>
|
||||
<a href="" class="logout-link" @onclick:preventDefault="true" @onclick="LogoutRequested">Logout</a>
|
||||
@if (MenuItems.Count > 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user