mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix list of library buttons not wrapping
This commit is contained in:
parent
efbd10a908
commit
739f595e3d
@ -150,7 +150,7 @@ def init(container_id):
|
|||||||
|
|
||||||
# Choose library
|
# Choose library
|
||||||
container.appendChild(E.h2(_('Choose the calibre library to browse…')))
|
container.appendChild(E.h2(_('Choose the calibre library to browse…')))
|
||||||
container.appendChild(E.div(style='display: flex'))
|
container.appendChild(E.div(style='display: flex; flex-wrap: wrap'))
|
||||||
cl = container.lastChild
|
cl = container.lastChild
|
||||||
lids = sorted(interface_data.library_map, key=def(x): return interface_data.library_map[x];)
|
lids = sorted(interface_data.library_map, key=def(x): return interface_data.library_map[x];)
|
||||||
for library_id in lids:
|
for library_id in lids:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user