Merge pull request #533 from Nosh118/develop

Make lyrics button more transparent when not available
This commit is contained in:
vapormusic 2022-03-01 18:53:12 +07:00 committed by GitHub
commit 8268cb6662
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -114,7 +114,7 @@
</template>
<template v-else>
<button class="playback-button--small lyrics"
:style="{'opacity': 0.5, 'pointer-events': 'none'}"
:style="{'opacity': 0.3, 'pointer-events': 'none'}"
@click="invokeDrawer('lyrics')"></button>
</template>

View file

@ -130,7 +130,7 @@
</template>
<template v-else>
<button class="playback-button--small lyrics"
:style="{'opacity': 0.5, 'pointer-events': 'none'}"
:style="{'opacity': 0.3, 'pointer-events': 'none'}"
@click="invokeDrawer('lyrics')"></button>
</template>
</div>