diff --git a/src/pyj/book_list/prefs.pyj b/src/pyj/book_list/prefs.pyj index 1c4a7ff0d5..aa8c9d8989 100644 --- a/src/pyj/book_list/prefs.pyj +++ b/src/pyj/book_list/prefs.pyj @@ -214,7 +214,7 @@ def create_prefs_widget(container, prefs_data): if state.widgets.length: container.appendChild( E.div( - style='margin:1ex 1em; padding: 1em; text-align:center', + style='margin:1rem;', create_button(_('Restore default settings'), 'refresh', reset_to_defaults) ) )