blurred backdrop for bottom section

This commit is contained in:
SpikeHD
2022-05-14 14:37:11 -07:00
parent f43cc3efc3
commit bab0ad08cb
7 changed files with 28 additions and 14 deletions

View File

@@ -10,6 +10,8 @@
width: 6%;
left: 94%;
z-index: 99;
background-color: rgba(77, 77, 77, 0.6);
}

View File

@@ -4,11 +4,11 @@
justify-content: space-between;
position: absolute;
top: 75%;
left: 60%;
top: 5%;
width: 30%;
height: 18%;
height: 55%;
}
#playButton > div {

View File

@@ -130,7 +130,7 @@ export default class ServerLaunchSection extends React.Component<IProps, IState>
</div>
<div className="ServerConfig">
<TextInput id="ip" key="ip" placeholder={this.state.ipPlaceholder} onChange={this.setIp} />,
<TextInput id="ip" key="ip" placeholder={this.state.ipPlaceholder} onChange={this.setIp} />
<TextInput id="port" key="port" placeholder={this.state.portPlaceholder} onChange={this.setPort}/>
</div>

View File

@@ -10,7 +10,7 @@
.ProgressBar {
height: 20px;
width: 80%;
width: 100%;
background-color: rgba(204, 204, 204, 0.5);
color: #c5c5c5;
@@ -30,7 +30,7 @@
}
.MainProgressText {
width: 100%;
width: 80%;
}
.MainProgressBarWrapper {

View File

@@ -9,7 +9,7 @@
height: 30%;
width: 40%;
top: 35%;
top: 20%;
left: 5%;
}