diff --git a/src/pyj/read_book/tts.pyj b/src/pyj/read_book/tts.pyj index f451fef50a..d9e224b6c5 100644 --- a/src/pyj/read_book/tts.pyj +++ b/src/pyj/read_book/tts.pyj @@ -208,7 +208,7 @@ class Client: if select.options.selectedIndex?: select.options[select.options.selectedIndex].scrollIntoView() parent_div.appendChild(E.div( - style='margin-top: 1rem; display: flex; justify-content: space-between; align-items: flex-start', + style='margin: 1rem; display: flex; justify-content: space-between; align-items: flex-start', create_button(_('Restore defaults'), action=restore_defaults), create_button(_('Close'), action=close_modal) ))