Explorar el Código

Fixed next up container showing even if element is hidden

Owen Diffey hace 4 años
padre
commit
1d857687c9
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. 5 1
      frontend/src/pages/Station/index.vue

+ 5 - 1
frontend/src/pages/Station/index.vue

@@ -317,7 +317,11 @@
 								No song is currently playing
 							</p> -->
 							</div>
-							<div id="next-up-container" class="quadrant">
+							<div
+								v-if="nextSong"
+								id="next-up-container"
+								class="quadrant"
+							>
 								<currently-playing
 									type="next"
 									:song="nextSong"