mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1879031 [[Enhancement - Viewer] Make the text look more lika a title](https://bugs.launchpad.net/calibre/+bug/1879031)
This commit is contained in:
parent
b3b6272e49
commit
500d3ae983
@ -22,7 +22,7 @@ def create_open_book(container, book):
|
||||
container.appendChild(E.div(id=unique_id()))
|
||||
c = container.lastChild
|
||||
items = []
|
||||
c.appendChild(E.div(style='margin-top: 1rem', _('Recently viewed books')))
|
||||
c.appendChild(E.h2(style='margin-top: 1rem', _('Recently viewed books')))
|
||||
c.appendChild(E.div())
|
||||
for entry in rl:
|
||||
if book and book.manifest.pathtoebook is entry.pathtoebook:
|
||||
|
Loading…
x
Reference in New Issue
Block a user