From 7dc9653a5994e72dffabcf791bf21056286ed32b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Calvi=C3=B1o=20S=C3=A1nchez?= Date: Mon, 26 Aug 2019 01:19:45 +0200 Subject: Reorder flex CSS rules for call button MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel Calviño Sánchez --- css/style.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'css') diff --git a/css/style.scss b/css/style.scss index 7533e8a98..054db3a18 100644 --- a/css/style.scss +++ b/css/style.scss @@ -939,14 +939,13 @@ body:not(#body-public) .participantWithList > li > span:not(.currentUser):not(.g display: flex; align-items: center; - .call-button, .share-link-options { flex-grow: 1; - flex-basis: 50%; } .call-button { flex-grow: 0; + flex-basis: 50%; .join-call, .leave-call { -- cgit v1.2.3