мелкие улучшенния

This commit is contained in:
FrigaT
2026-04-22 21:13:50 +03:00
parent b1febfc9dc
commit b3f19045fa
8 changed files with 83 additions and 222 deletions

View File

@@ -30,7 +30,7 @@
}
</MudAppBar>
<MudDrawer @bind-Open="_drawerOpen" ClipMode="DrawerClipMode.Always" Elevation="2">
<MudDrawer @bind-Open="_drawerOpen" Class="@(_actionBarBottom ? " pt-0 pb-16" : "")" ClipMode="DrawerClipMode.Always" Elevation="2">
<NavMenu />
</MudDrawer>