mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix item list font sizes
This commit is contained in:
parent
4eaebb2093
commit
65fd14da63
@ -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…
x
Reference in New Issue
Block a user