fix(front): get queue back

This commit is contained in:
ArneBo 2025-03-23 22:43:38 +01:00
parent e7f56d1255
commit ec196930ae
2 changed files with 5 additions and 5 deletions

View File

@ -100,13 +100,13 @@ store.dispatch('auth/fetchUser')
</Suspense> </Suspense>
</KeepAlive> </KeepAlive>
</Transition> </Transition>
<transition name="queue">
<Queue v-show="store.state.ui.queueFocused" />
</transition>
</RouterView> </RouterView>
</div> </div>
<ServiceMessages />
<transition name="queue">
<Queue v-show="store.state.ui.queueFocused" />
</transition>
<AudioPlayer class="funkwhale" v-bind="color({}, ['default', 'solid'])()" /> <AudioPlayer class="funkwhale" v-bind="color({}, ['default', 'solid'])()" />
<ServiceMessages />
<LanguagesModal /> <LanguagesModal />
<ShortcutsModal /> <ShortcutsModal />
<PlaylistModal v-if="store.state.auth.authenticated" /> <PlaylistModal v-if="store.state.auth.authenticated" />

View File

@ -42,7 +42,7 @@
position: fixed; position: fixed;
min-height: 100vh; min-height: 100vh;
width: 100vw; width: 100vw;
z-index: 10000; z-index: 1000;
} }
&.main > .button { &.main > .button {
position: fixed; position: fixed;