💄(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:
@@ -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')}
|
||||||
|
|||||||
Reference in New Issue
Block a user