hide player when queue is empty

This commit is contained in:
Thomas Amland
2020-09-25 19:37:24 +02:00
parent 45fc4eb69f
commit d025c0aae5
2 changed files with 16 additions and 12 deletions
+2 -10
View File
@@ -8,9 +8,7 @@
</main>
</div>
<ErrorBar />
<footer class="footer elevated">
<Player />
</footer>
<Player />
</div>
</template>
<style lang="scss">
@@ -18,13 +16,7 @@
margin-bottom: 80px;
overflow-x: hidden;
}
.footer {
position: fixed;
bottom: 0;
left: 0;
right: 0;
height: 80px;
}
</style>
<script lang="ts">
import ErrorBar from './ErrorBar.vue'