mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-06-08 03:32:43 +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