Skip to content
Snippets Groups Projects
Commit 047427f9 authored by Greg Fodor's avatar Greg Fodor
Browse files

Dial back invite button, hide it on small screens

parent 3903f09e
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
}
......
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment