fix(front): get queue back
This commit is contained in:
parent
e7f56d1255
commit
ec196930ae
|
@ -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" />
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue