Implemented item view
This commit is contained in:
17
src/App.vue
17
src/App.vue
@@ -9,6 +9,11 @@
|
||||
|
||||
<div id="footer">
|
||||
<footer-nav/>
|
||||
<div id="player-spacer" v-if="$store.state.playerActive"></div>
|
||||
</div>
|
||||
|
||||
<div id="player-holder" v-if="$store.state.playerActive">
|
||||
asdasdasdasdasd
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -92,4 +97,16 @@ export default {
|
||||
#loading-screen {
|
||||
margin: 45vh auto 0 auto;
|
||||
}
|
||||
|
||||
#player-holder {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
height: 60px;
|
||||
}
|
||||
|
||||
#player-spacer {
|
||||
height: 60px;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user