mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Browser viewer: Also mention that you can right click for controls on the intro page
This commit is contained in:
parent
9add5fd02e
commit
52fcbf906c
@ -297,7 +297,7 @@ class ControlsOverlay:
|
|||||||
style=f'overflow: hidden; width: 100vw; height: 100vh; text-align: center; font-size: 1.3rem; font-weight: bold; background: {get_color("window-background")};' +
|
style=f'overflow: hidden; width: 100vw; height: 100vh; text-align: center; font-size: 1.3rem; font-weight: bold; background: {get_color("window-background")};' +
|
||||||
'display:flex; flex-direction: column; align-items: stretch',
|
'display:flex; flex-direction: column; align-items: stretch',
|
||||||
E.div(
|
E.div(
|
||||||
msg(_('Tap for controls')),
|
msg(_('Tap (or right click) for controls')),
|
||||||
style='height: 25vh; display:flex; align-items: center; border-bottom: solid 2px currentColor',
|
style='height: 25vh; display:flex; align-items: center; border-bottom: solid 2px currentColor',
|
||||||
),
|
),
|
||||||
E.div(
|
E.div(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user