added chrome.topChromeVisible
This commit is contained in:
parent
b46b44d2d4
commit
862de490ac
2 changed files with 3 additions and 2 deletions
|
@ -121,7 +121,8 @@ const app = new Vue({
|
||||||
menuOpened: false,
|
menuOpened: false,
|
||||||
maximized: false,
|
maximized: false,
|
||||||
drawerOpened: false,
|
drawerOpened: false,
|
||||||
drawerState: "queue"
|
drawerState: "queue",
|
||||||
|
topChromeVisible: true
|
||||||
},
|
},
|
||||||
page: "artist-page",
|
page: "artist-page",
|
||||||
pageHistory: [],
|
pageHistory: [],
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
<body oncontextmenu="return false;" loading="1">
|
<body oncontextmenu="return false;" loading="1">
|
||||||
<div id="app">
|
<div id="app">
|
||||||
<div id="app-main">
|
<div id="app-main">
|
||||||
<div class="app-chrome">
|
<div class="app-chrome" :style="{'display': chrome.topChromeVisible ? '' : 'none'}">
|
||||||
<div class="app-chrome--left">
|
<div class="app-chrome--left">
|
||||||
<div class="app-chrome-item full-height">
|
<div class="app-chrome-item full-height">
|
||||||
<div class="app-title"></div>
|
<div class="app-title"></div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue