Вынесен глобальный плеер
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
@using PlaylistShared.Pwa.Components.Global
|
||||
@inherits LayoutComponentBase
|
||||
|
||||
<MudThemeProvider Theme="@_theme" IsDarkMode="_isDarkMode" />
|
||||
@@ -24,6 +25,10 @@
|
||||
<MudMainContent Class="pt-16 pa-4">
|
||||
@Body
|
||||
</MudMainContent>
|
||||
|
||||
<div class="fixed-player" style="position: fixed; bottom: 0; left: 0; right: 0; z-index: 1000;">
|
||||
<AudioPlayer />
|
||||
</div>
|
||||
</MudLayout>
|
||||
|
||||
@code {
|
||||
|
||||
Reference in New Issue
Block a user