fix(front): get queue back
This commit is contained in:
parent
e7f56d1255
commit
ec196930ae
|
@ -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" />
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
position: fixed;
|
||||
min-height: 100vh;
|
||||
width: 100vw;
|
||||
z-index: 10000;
|
||||
z-index: 1000;
|
||||
}
|
||||
&.main > .button {
|
||||
position: fixed;
|
||||
|
|
Loading…
Reference in New Issue