Move checkboxes to left of text

This commit is contained in:
Kovid Goyal 2023-01-23 07:04:42 +05:30
parent 79bb34fd36
commit 084cf4e65f
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -131,9 +131,9 @@ def update_quick_action_table():
style='margin: 1ex; display: flex; align-contents: center',
hs.make_swatch(E.span(), is_dark_theme()),
'\xa0',
hs.friendly_name,
'\xa0',
E.input(type='checkbox', value=hs.key, checked=current[hs.key]),
'\xa0',
hs.friendly_name,
))