💄(frontend) update shortcut tooltip position and style for consistency

moved tooltip from left to right to avoid overlap with recording indicator
This commit is contained in:
Cyril
2025-12-15 04:27:01 +01:00
parent 3f1edbf134
commit 4545e9fa1e

View File

@@ -232,13 +232,13 @@ export const ParticipantTile: (
className={css({ className={css({
position: 'absolute', position: 'absolute',
top: '0.75rem', top: '0.75rem',
left: '0.75rem', right: '0.75rem',
backgroundColor: 'rgba(0,0,0,0.6)', backgroundColor: 'rgba(0,0,0,0.5)',
color: 'white', color: 'white',
borderRadius: '999px', borderRadius: 'calc(var(--lk-border-radius) / 2)',
paddingInline: '0.5rem', paddingInline: '0.5rem',
paddingBlock: '0.1rem', paddingBlock: '0.1rem',
fontSize: '0.75rem', fontSize: '0.875rem',
})} })}
> >
{t('toolbarHint')} {t('toolbarHint')}