diff --git a/src/assets/stylesheets/footer.scss b/src/assets/stylesheets/footer.scss index 843c7f534ce4874a8cf98fa3b941796180d7c9d0..48c04857d3dcbaf29e93707a42feec14bbd06b22 100644 --- a/src/assets/stylesheets/footer.scss +++ b/src/assets/stylesheets/footer.scss @@ -7,23 +7,28 @@ font-size: 1.3em; display: flex; flex-direction: column; - pointer-events: auto; // Position above virtual gamepad controls on mobile z-index: 1; + @media (min-width: 768px) { + pointer-events: auto; + } } + :local(.floatingButton) { display: flex; justify-content: center; } :local(.header), :local(.menu-header) { display: flex; + justify-content: center; } :local(.header) { border-bottom: 1px solid rgba(32, 32, 32, 0.65); @media (max-width: 768px) { border-bottom: none; + pointer-events: none; } } :local(.menu-header) { @@ -93,11 +98,7 @@ } :local(.menu-button) { @extend %fa-icon-button; - - @media (max-width: 768px) { - flex: 1; - align-self: center; - } + pointer-events: auto; :local(.menu-button__icon) { @extend %fa-icon-button-icon; diff --git a/src/assets/stylesheets/info-dialog.scss b/src/assets/stylesheets/info-dialog.scss index a54ef8e9d6720f9d1c6ce01b03e64c8c168bba38..214dd3a1b5ab0319d56ee1c6649bdec59ef8ea25 100644 --- a/src/assets/stylesheets/info-dialog.scss +++ b/src/assets/stylesheets/info-dialog.scss @@ -166,6 +166,8 @@ text-align: left; &__hud { + width: 316px; + height: 186px; margin: 12px; } } diff --git a/src/react-components/info-dialog.js b/src/react-components/info-dialog.js index ef1e15156c0ea39ff51e123625325e285ec78b0d..9cee4ec44d181585c6e4ab3350c8e896a33d8bc6 100644 --- a/src/react-components/info-dialog.js +++ b/src/react-components/info-dialog.js @@ -106,7 +106,7 @@ class InfoDialog extends Component { dialogTitle = "Invite Friends"; dialogBody = ( <div> - <div>Just share the link to have others join you.</div> + <div>Just share the link to invite others.</div> <div className="invite-form"> <input type="text"