Улучшен layout и contextualbar
This commit is contained in:
@@ -36,8 +36,6 @@
|
||||
OnClick="ToggleFavorite"
|
||||
Disabled="_favoriteLoading"
|
||||
Size="Size.Medium" />
|
||||
|
||||
<ShareButton />
|
||||
|
||||
@if (_isCreator && _isAuthenticated)
|
||||
{
|
||||
@@ -96,7 +94,7 @@
|
||||
</div>
|
||||
|
||||
@* Кастомная панель навигации внизу *@
|
||||
<ContextualBarContent Bottom>
|
||||
<ContextualBarContent>
|
||||
<MudIconButton Icon="@Icons.Material.Filled.LibraryMusic"
|
||||
Color="@(_activeMobileTab == 0 ? Color.Primary : Color.Default)"
|
||||
OnClick="() => _activeMobileTab = 0" />
|
||||
|
||||
Reference in New Issue
Block a user