Make the browse all button text a little smaller so it fits on an iphone 5 screen

This commit is contained in:
Kovid Goyal 2017-05-17 18:26:37 +05:30
parent 46d0475cbb
commit f0360ecc1d
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -121,7 +121,7 @@ def show_recent_stage2(books):
start_sync(to_sync)
container.appendChild(E.div(style='margin: 1rem 1rem',
create_button(
_('Browse all previously downloaded books…'),
_('Browse all downloaded books…'),
action=def():
show_panel('local_books')
)))