Display total number of games as subtitle
parent
50eff6784f
commit
e2883322e6
|
@ -10,9 +10,10 @@
|
|||
@inject NavigationManager NavigationManager
|
||||
@inject IMessageService MessageService
|
||||
|
||||
<PageHeader Title="Games">
|
||||
<PageHeader Title="Games" Subtitle="@Games.Count().ToString()">
|
||||
<PageHeaderExtra>
|
||||
<Space Direction="DirectionVHType.Horizontal">
|
||||
|
||||
<SpaceItem>
|
||||
<Search Placeholder="Search" @bind-Value="Search" BindOnInput DebounceMilliseconds="250" OnChange="SearchChanged" />
|
||||
</SpaceItem>
|
||||
|
|
|
@ -18,6 +18,11 @@
|
|||
background: #141414;
|
||||
}
|
||||
|
||||
.ant-page-header-heading-title {
|
||||
padding-bottom: 4px;
|
||||
line-height: 26px;
|
||||
}
|
||||
|
||||
label.ant-btn-icon-only {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
|
|
Loading…
Reference in New Issue