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>
</KeepAlive>
</Transition>
<transition name="queue">
<Queue v-show="store.state.ui.queueFocused" />
</transition>
</RouterView>
</div>
<ServiceMessages />
<transition name="queue">
<Queue v-show="store.state.ui.queueFocused" />
</transition>
<AudioPlayer class="funkwhale" v-bind="color({}, ['default', 'solid'])()" />
<ServiceMessages />
<LanguagesModal />
<ShortcutsModal />
<PlaylistModal v-if="store.state.auth.authenticated" />

View File

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