mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-02 09:14:40 +02:00
Mobile UI adjustments
This commit is contained in:
parent
18a095c6e4
commit
70c5db4534
14 changed files with 50 additions and 213 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue