mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-08-04 15:54:19 +00:00
Fix control buttons width
This commit is contained in:
parent
28f0409262
commit
f7152c7d21
1 changed files with 4 additions and 1 deletions
5
web/css/main.css
vendored
5
web/css/main.css
vendored
|
|
@ -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');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue