mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-07 21:35:26 +02:00
Fix buggy loading opacity
This commit is contained in:
@@ -43,7 +43,7 @@ export default {
|
|||||||
computed: {
|
computed: {
|
||||||
classList() {
|
classList() {
|
||||||
var list = []
|
var list = []
|
||||||
list.push(this.loading ? 'text-white/100' : 'text-white')
|
list.push(this.loading ? 'text-white/0' : 'text-white')
|
||||||
list.push(`${this.color}`)
|
list.push(`${this.color}`)
|
||||||
if (this.small) {
|
if (this.small) {
|
||||||
list.push('text-sm')
|
list.push('text-sm')
|
||||||
|
|||||||
Reference in New Issue
Block a user