normalize tooltips

This commit is contained in:
jeffvli
2025-12-03 16:00:41 -08:00
parent c738725d94
commit a7e6a75c68
12 changed files with 129 additions and 59 deletions
@@ -110,7 +110,7 @@ export const LeftControls = () => {
label={t('player.toggleFullscreenPlayer', {
postProcess: 'sentenceCase',
})}
openDelay={500}
openDelay={0}
>
<Image
className={clsx(
@@ -139,7 +139,7 @@ export const LeftControls = () => {
label: t('common.expand', {
postProcess: 'titleCase',
}),
openDelay: 500,
openDelay: 0,
}}
/>
)}