From 9aef95160bc59d329fde986f5a5ad555fc9de097 Mon Sep 17 00:00:00 2001 From: Torjus Date: Wed, 8 Aug 2018 09:13:37 +0200 Subject: [PATCH] Force tooltip for Login to always be to the right of the button --- app/lib/components/Sidebar.jsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/lib/components/Sidebar.jsx b/app/lib/components/Sidebar.jsx index a84d102..7f03abb 100644 --- a/app/lib/components/Sidebar.jsx +++ b/app/lib/components/Sidebar.jsx @@ -92,6 +92,7 @@ class Sidebar extends Component })} onClick={this.handleToggleFullscreen} data-tip='Fullscreen' + data-place='right' data-type='dark' /> )} @@ -99,6 +100,7 @@ class Sidebar extends Component
{ @@ -131,6 +133,7 @@ class Sidebar extends Component
@@ -140,6 +143,7 @@ class Sidebar extends Component
@@ -150,6 +154,7 @@ class Sidebar extends Component disabled : me.raiseHandInProgress })} data-tip='Raise hand' + data-place='right' data-type='dark' onClick={() => onToggleHand(!me.raiseHand)} /> @@ -157,6 +162,7 @@ class Sidebar extends Component
onLeaveMeeting()} />