mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Make the browse all button text a little smaller so it fits on an iphone 5 screen
This commit is contained in:
parent
46d0475cbb
commit
f0360ecc1d
@ -121,7 +121,7 @@ def show_recent_stage2(books):
|
|||||||
start_sync(to_sync)
|
start_sync(to_sync)
|
||||||
container.appendChild(E.div(style='margin: 1rem 1rem',
|
container.appendChild(E.div(style='margin: 1rem 1rem',
|
||||||
create_button(
|
create_button(
|
||||||
_('Browse all previously downloaded books…'),
|
_('Browse all downloaded books…'),
|
||||||
action=def():
|
action=def():
|
||||||
show_panel('local_books')
|
show_panel('local_books')
|
||||||
)))
|
)))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user