mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 04:03:52 +02:00
Fix indentation
This commit is contained in:
parent
093a71089b
commit
47b48e49e6
1 changed files with 6 additions and 6 deletions
|
|
@ -223,12 +223,12 @@ def scroll_tree_item_into_view(item):
|
|||
# the default font sizes, things will break again
|
||||
# https://blog.osmosys.asia/2017/01/05/prevent-ios-from-zooming-in-on-input-fields/
|
||||
ans += '''
|
||||
select, textarea, input[type="text"], input[type="password"],
|
||||
input[type="datetime"], input[type="datetime-local"],
|
||||
input[type="date"], input[type="month"], input[type="time"],
|
||||
input[type="week"], input[type="number"], input[type="email"],
|
||||
input[type="url"] { font-size: 16px }
|
||||
'''
|
||||
select, textarea, input[type="text"], input[type="password"],
|
||||
input[type="datetime"], input[type="datetime-local"],
|
||||
input[type="date"], input[type="month"], input[type="time"],
|
||||
input[type="week"], input[type="number"], input[type="email"],
|
||||
input[type="url"] { font-size: 16px }
|
||||
'''
|
||||
return ans
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue