0
0
Fork 0
mirror of https://github.com/VueTubeApp/VueTube synced 2024-11-10 13:35:07 +00:00

Merge pull request #652 from sruusk/main

Fix video title colour in full screen mode
This commit is contained in:
Luka 2023-07-12 21:32:21 +00:00 committed by GitHub
commit b48bcb7468
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -155,7 +155,7 @@
> >
<minimize /> <minimize />
<div v-if="isFullscreen" class="pt-2" @click.self="controlsHandler()"> <div v-if="isFullscreen" class="pt-2" @click.self="controlsHandler()">
<h4>{{ video.title }}</h4> <h4 style="color: #ffffff">{{ video.title }}</h4>
<div style="color: #aaa; font-size: 0.75rem"> <div style="color: #aaa; font-size: 0.75rem">
{{ video.channelName }} {{ video.channelName }}
</div> </div>