From 047427f9e076ebcb7df2ed7897178d2cc682ccfb Mon Sep 17 00:00:00 2001 From: Greg Fodor <gfodor@gmail.com> Date: Mon, 10 Sep 2018 23:39:07 +0000 Subject: [PATCH] Dial back invite button, hide it on small screens --- src/assets/stylesheets/ui-root.scss | 8 +++++++- src/assets/translations.data.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/assets/stylesheets/ui-root.scss b/src/assets/stylesheets/ui-root.scss index 2c3a7f463..9c1bd97ca 100644 --- a/src/assets/stylesheets/ui-root.scss +++ b/src/assets/stylesheets/ui-root.scss @@ -84,8 +84,14 @@ pointer-events: none; button { - @extend %big-action-button; + @extend %action-button; pointer-events: auto; + padding: 16px 28px; + height: 58px; + } + + @media (max-height: 419px) { + display: none; } } diff --git a/src/assets/translations.data.json b/src/assets/translations.data.json index 857c1840a..1aea18a60 100644 --- a/src/assets/translations.data.json +++ b/src/assets/translations.data.json @@ -20,7 +20,7 @@ "entry.daydream-medium": "Daydream", "entry.daydream-via-chrome": "Using Google Chrome", "entry.invite-others": "invite others", - "entry.invite-others-nag": "invite others to join", + "entry.invite-others-nag": "invite others here", "entry.enable-screen-sharing": "Share my desktop", "entry.return-to-vr": "Enter in VR", "profile.save": "save", -- GitLab