Update chrome-top.ejs

This commit is contained in:
Nosh118 2022-03-01 08:50:26 +00:00 committed by GitHub
parent d1d2dd2b18
commit a582f03475
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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