Fix control buttons width

This commit is contained in:
Sergey Stepanov 2021-01-18 22:49:47 +03:00
parent 28f0409262
commit f7152c7d21
No known key found for this signature in database
GPG key ID: A56B4929BAA8556B

5
web/css/main.css vendored
View file

@ -236,6 +236,7 @@ body {
}
#btn-join {
width: 46px;
top: 70px;
left: 22px;
height: 25px;
@ -244,6 +245,7 @@ body {
}
#btn-quit {
width: 46px;
top: 70px;
left: 75px;
height: 25px;
@ -252,6 +254,7 @@ body {
}
#btn-select {
width: 46px;
top: 100px;
left: 435px;
height: 25px;
@ -260,9 +263,9 @@ body {
}
#btn-start {
width: 46px;
top: 100px;
left: 489px;
width: 60px;
background-image: url('/static/img/ui/bt START.png');
}