fix: minor graphical issues

This commit is contained in:
Alex 2022-04-24 16:01:52 +12:00
parent bf865f8fea
commit 041cc70cf5
4 changed files with 135 additions and 129 deletions

View File

@ -57,6 +57,10 @@
background: rgba(255, 0, 0, 0.5);
}
.videoRuntimeFloat.style-UPCOMING {
background: rgba(0, 0, 0, 0.5);
}
.vid-title {
display: -webkit-box;
-webkit-line-clamp: 2;

View File

@ -40,7 +40,7 @@ export default {
methods: {
paginate() {
if (this.recommends) {
if (this.recommends && !this.loading) {
this.loading = true;
this.$youtube
.recommendContinuation(

View File

@ -55,7 +55,7 @@ export default {
await this.$youtube.getAPI();
this.progressMsg = "Launching";
this.$router.push(`/${localStorage.getItem("startPage") || "home"}`);
this.$router.replace(`/${localStorage.getItem("startPage") || "home"}`); // Prevent user from navigating back to the splash screen
},
};
</script>

View File

@ -39,7 +39,9 @@
<v-card-text
style="font-size: 0.75rem"
class="background--text pa-0"
:class="$vuetify.theme.dark ? 'text--lighten-4' : 'text--darken-4'"
:class="
$vuetify.theme.dark ? 'text--lighten-4' : 'text--darken-4'
"
>
<div style="margin-bottom: 1rem">
<template