Compare commits

...

2 Commits

Author SHA1 Message Date
Luka b48bcb7468
Merge pull request #652 from sruusk/main
Fix video title colour in full screen mode
2023-07-12 21:32:21 +00:00
Samuli Ruuskanen 662543d397 Fix video title colour on fullscreen mode 2023-06-06 11:54:56 +03:00
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@
>
<minimize />
<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">
{{ video.channelName }}
</div>