mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-06-26 10:49:00 +02:00
Add: Stats page in config #167
This commit is contained in:
parent
5e5792c0f8
commit
c7b0e1e2a2
6 changed files with 155 additions and 5 deletions
|
@ -15,7 +15,11 @@ module.exports = {
|
|||
theme: {
|
||||
extend: {
|
||||
height: {
|
||||
'7.5': '1.75rem'
|
||||
'7.5': '1.75rem',
|
||||
'18': '4.5rem'
|
||||
},
|
||||
width: {
|
||||
'18': '4.5rem'
|
||||
},
|
||||
maxWidth: {
|
||||
'6': '1.5rem',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue