mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1864311 [[Enhancement] Make the symbols better aligned with the search field on the Content server](https://bugs.launchpad.net/calibre/+bug/1864311)
This commit is contained in:
parent
18071ad9f5
commit
6290903cbf
@ -18,7 +18,7 @@ add_extra_css(def():
|
|||||||
sel = '.' + CLASS_NAME
|
sel = '.' + CLASS_NAME
|
||||||
style = build_rule(sel, text_align='right', user_select='none')
|
style = build_rule(sel, text_align='right', user_select='none')
|
||||||
sel += ' > div '
|
sel += ' > div '
|
||||||
style += build_rule(sel, display='inline-flex', pointer_events='auto', background_color=get_color('window-background'), padding='1ex')
|
style += build_rule(sel, display='inline-flex', align_items='center', pointer_events='auto', background_color=get_color('window-background'), padding='1ex')
|
||||||
return style
|
return style
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user