mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-13 16:03:23 -05:00
[web] Remove the need to set the layer index for the bottom menu
This commit is contained in:
parent
1daf625618
commit
1b666fe936
@ -1,7 +1,6 @@
|
||||
<template>
|
||||
<nav
|
||||
class="navbar is-block is-white is-fixed-bottom fd-bottom-navbar"
|
||||
:style="zindex"
|
||||
:class="{
|
||||
'is-transparent': is_now_playing_page,
|
||||
'is-dark': !is_now_playing_page
|
||||
@ -319,17 +318,6 @@ export default {
|
||||
}
|
||||
},
|
||||
|
||||
show_burger_menu() {
|
||||
return this.$store.state.show_burger_menu
|
||||
},
|
||||
|
||||
zindex() {
|
||||
if (this.show_burger_menu) {
|
||||
return 'z-index: 20'
|
||||
}
|
||||
return ''
|
||||
},
|
||||
|
||||
now_playing() {
|
||||
return this.$store.getters.now_playing
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user