diff --git a/res/css/views/voip/_CallViewSidebar.scss b/res/css/views/voip/_CallViewSidebar.scss index 02700677e9..e56f527892 100644 --- a/res/css/views/voip/_CallViewSidebar.scss +++ b/res/css/views/voip/_CallViewSidebar.scss @@ -22,5 +22,5 @@ limitations under the License. max-width: 20%; min-width: 160px; // To match .mx_VideoFeed_voice display: flex; - flex-direction: column; + flex-direction: column-reverse; }