mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-03 10:23:29 +02:00
Fix item list font sizes
This commit is contained in:
parent
4eaebb2093
commit
65fd14da63
1 changed files with 2 additions and 2 deletions
|
|
@ -41,6 +41,6 @@ def get_color(name):
|
|||
def get_font_size(name):
|
||||
return {
|
||||
'title': '1.4rem',
|
||||
'item-list-title': '1.2rem',
|
||||
'item-list-subtitle': '0.8 rem',
|
||||
'item-list-title': '1.1rem',
|
||||
'item-list-subtitle': '0.8rem',
|
||||
}[name]
|
||||
|
|
|
|||
Loading…
Reference in a new issue