server ip and port input

This commit is contained in:
SpikeHD
2022-05-13 21:53:35 -07:00
parent 73e0e1e6ea
commit 8d6acc6295
4 changed files with 57 additions and 22 deletions

View File

@@ -1,3 +1,28 @@
#playButton {
display: flex;
flex-direction: column;
justify-content: space-between;
position: absolute;
top: 75%;
left: 60%;
width: 30%;
height: 18%;
}
#playButton > div {
margin-top: 4px;
}
#playButton .BigButton {
height: 100%;
}
#serverControls {
color: white;
}
#serverControls .CheckboxDisplay {
border-color: #fff;
background: #fff;
@@ -23,6 +48,7 @@
align-items: center;
height: 100%;
max-height: 60px;
}
#officialPlay {
@@ -36,4 +62,17 @@
.ServerIcon {
height: 20px;
filter: invert(28%) sepia(28%) saturate(1141%) hue-rotate(352deg) brightness(96%) contrast(88%);
}
.ServerConfig input {
padding: 6px;
border-radius: 6px;
}
#ip {
margin-right: 6px;
}
#port {
width: 15%;
}