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

View File

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