Various enhancements for mobile platforms (#188)

* Larger area to toggle header/footer bar

* Don't show rounded window on web platform

* Disable tooltips on mobile platforms as there is no mouse pointer

* Dedupe voices from web speech API
This commit is contained in:
Huang Xin
2025-01-17 15:42:16 +01:00
committed by GitHub
parent 5ca173818b
commit 58c907c7cc
15 changed files with 64 additions and 33 deletions
@@ -29,7 +29,7 @@ const DialogMenu: React.FC<DialogMenuProps> = ({ toggleDropdown }) => {
<span style={{ minWidth: '20px' }}>
{isFontLayoutSettingsGlobal && <MdCheck size={20} className='text-base-content' />}
</span>
<div className='tooltip' data-tip='Uncheck for current book settings'>
<div className='lg:tooltip' data-tip={_('Uncheck for current book settings')}>
<span className='ml-2'>{_('Global Settings')}</span>
</div>
</div>