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

CSS tweaks

parent 59bdfab9
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
......@@ -166,6 +166,8 @@
text-align: left;
&__hud {
width: 316px;
height: 186px;
margin: 12px;
}
}
......
......@@ -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"
......
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