button lineup

This commit is contained in:
SpikeHD 2022-04-22 20:10:13 -07:00
parent c56c83b9c0
commit ca8089065b

View File

@ -334,8 +334,8 @@ body {
}
/* Move the first official button to the position on the png */
#firstPanel button {
position: relative;
#firstPanel button, #secondPanel button, #thirdPanel button {
display: block;
/* transform: translate(140px, 500px); */
width: 300px;
height: 60px;
@ -345,12 +345,6 @@ body {
display: block;
}
#secondPanel button {
display: block;
width: 300px;
height: 60px;
}
#secondPanel input {
margin-bottom: 4px;
height: 20px;
@ -374,10 +368,11 @@ body {
/* transform: translate(115px, 456px); */
width: 300px;
height: 60px;
margin-top: calc(65vh - 40px) !important;
}
#secondControlContainer, #firstPanel button, #thirdPanel button {
margin-top: 62vh;
margin-top: 65vh;
}
#serverInput input, #serverInput img{