mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Set rel="next" on the button to show more books
This commit is contained in:
parent
cb22155364
commit
92e99bcc09
@ -44,6 +44,7 @@ class BooksView:
|
||||
more.appendChild(create_button(
|
||||
_('Show more books'), 'cloud-download', def():self.get_more_books()
|
||||
))
|
||||
more.lastChild.setAttribute('rel', 'next')
|
||||
set_css(more.firstChild, display='block', margin_left='auto', margin_right='auto')
|
||||
set_css(more, font_size='1.5rem', padding_top='1.5rem', margin_bottom='1.5rem', width='100%', text_align='center')
|
||||
more.appendChild(E.div(
|
||||
|
Loading…
x
Reference in New Issue
Block a user