Fix visible text in Watch view while loading

This commit is contained in:
Oliver Traber 2021-11-15 19:34:23 +01:00
parent 64357ac2b7
commit bb4da8bbb4
Signed by: Bluemedia
GPG key ID: C7BA47275B086E2C

View file

@ -2,7 +2,7 @@
<div class="watch">
<Loader v-if="loading" />
<Player class="player" :id="this.$route.query.v" v-if="!loading" />
<div class="video-info">
<div v-if="!loading" class="video-info">
<div class="video-info-title">
<h1>{{ video.title }}</h1>
</div>