mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-20 14:27:49 +00:00
Various pixel pushing, tooltip copy changes (#2918)
* fix(toolbar): make button hover bigger * fix(toolbar): make hangup button bigger * fix(always-on-top): make toolbar and buttons same sizes as main toolbar * fix(toolbar): change some tooltips * fix(toolbar): adjust side panel and filmstrip for new toolbar sizes
This commit is contained in:
@@ -363,7 +363,7 @@ class Toolbox extends Component<Props, State> {
|
||||
accessibilityLabel = 'Invite'
|
||||
iconName = 'icon-add'
|
||||
onClick = { this._onToolbarOpenInvite }
|
||||
tooltip = { t('addPeople.title') } /> }
|
||||
tooltip = { t('toolbar.invite') } /> }
|
||||
{ this._shouldShowButton('info') && <InfoDialogButton /> }
|
||||
{ overflowHasItems
|
||||
&& <OverflowMenuButton
|
||||
@@ -919,7 +919,7 @@ class Toolbox extends Component<Props, State> {
|
||||
_desktopSharingEnabled ? '' : 'disabled'}`;
|
||||
const tooltip = showDisabledTooltip
|
||||
? disabledTooltipText
|
||||
: t('toolbar.sharescreen');
|
||||
: t('dialog.shareYourScreen');
|
||||
|
||||
return (
|
||||
<ToolbarButton
|
||||
|
||||
Reference in New Issue
Block a user