better watch page button text

This commit is contained in:
Nikita Krupin 2022-05-29 19:50:00 -04:00
parent 5ec17950c6
commit f75a27c8b1
2 changed files with 5 additions and 5 deletions

View File

@ -88,7 +88,7 @@
style=" style="
position: absolute; position: absolute;
top: calc(50% - 1.25rem); top: calc(50% - 1.25rem);
left: calc(50% - 9.5rem); left: calc(50% - 10rem);
" "
color="white" color="white"
@click.stop="$refs.player.currentTime -= 5" @click.stop="$refs.player.currentTime -= 5"
@ -101,7 +101,7 @@
style=" style="
position: absolute; position: absolute;
top: calc(50% - 1.75rem); top: calc(50% - 1.75rem);
left: calc(50% - 6rem); left: calc(50% - 6.5rem);
" "
color="white" color="white"
disabled disabled
@ -260,7 +260,7 @@ export default {
<style> <style>
.dim { .dim {
filter: brightness(50%); filter: brightness(42%);
} }
.invisible { .invisible {
opacity: 0; opacity: 0;

View File

@ -62,7 +62,7 @@
style=" style="
width: 4.2rem !important; width: 4.2rem !important;
height: 4.2rem !important; height: 4.2rem !important;
text-decoration: none !important; text-transform: none !important;
" "
:disabled="item.disabled" :disabled="item.disabled"
@click="callMethodByName(item.actionName)" @click="callMethodByName(item.actionName)"
@ -70,7 +70,7 @@
<v-icon v-text="item.icon" /> <v-icon v-text="item.icon" />
<div <div
class="mt-1" class="mt-1"
style="font-size: 0.66rem" style="font-size: 0.6rem"
v-text="item.value || item.name" v-text="item.value || item.name"
/> />
</v-btn> </v-btn>