mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-06-30 14:30:07 +02:00
Mobile UI adjustments
This commit is contained in:
@ -43,7 +43,7 @@ export default {
|
||||
return classes.join(' ')
|
||||
},
|
||||
labelClass() {
|
||||
if (this.small) return 'text-sm'
|
||||
if (this.small) return 'text-xs md:text-sm'
|
||||
return ''
|
||||
},
|
||||
svgClass() {
|
||||
|
Reference in New Issue
Block a user