Улучшен layout и contextualbar

This commit is contained in:
FrigaT
2026-04-22 15:05:00 +03:00
parent d17ed30175
commit 0f2755281e
4 changed files with 42 additions and 9 deletions

View File

@@ -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" />