Some controls tweaks
This commit is contained in:
parent
a7d6c0355c
commit
c07880876a
1 changed files with 11 additions and 9 deletions
|
@ -7,14 +7,14 @@
|
||||||
height: 50vh;
|
height: 50vh;
|
||||||
|
|
||||||
z-index: 1488;
|
z-index: 1488;
|
||||||
opacity: 0.7;
|
opacity: 0.6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.show-gamepad-button {
|
.show-gamepad-button {
|
||||||
z-index: 1489;
|
z-index: 1489;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 1vh;
|
right: 3vh;
|
||||||
bottom: 1vh;
|
bottom: 3vh;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
@ -27,8 +27,8 @@
|
||||||
.switch-button {
|
.switch-button {
|
||||||
z-index: 1489;
|
z-index: 1489;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 1vh;
|
left: 3vh;
|
||||||
bottom: 1vh;
|
bottom: 3vh;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
@ -48,7 +48,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.gamepad-buttons {
|
.gamepad-buttons {
|
||||||
opacity: 0.9;
|
opacity: 0.6;
|
||||||
z-index: 1488;
|
z-index: 1488;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 16px;
|
bottom: 16px;
|
||||||
|
@ -110,22 +110,24 @@
|
||||||
|
|
||||||
.LB {
|
.LB {
|
||||||
background-image: url('../assets/omori_l_button.png');
|
background-image: url('../assets/omori_l_button.png');
|
||||||
|
opacity: 0.6;
|
||||||
left: 16px;
|
left: 16px;
|
||||||
bottom: 56vh;
|
bottom: 56vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
.RB {
|
.RB {
|
||||||
background-image: url('../assets/omori_r_button.png');
|
background-image: url('../assets/omori_r_button.png');
|
||||||
|
opacity: 0.6;
|
||||||
right: 16px;
|
right: 16px;
|
||||||
bottom: 56vh;
|
bottom: 56vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dpad-buttons {
|
.dpad-buttons {
|
||||||
opacity: 0.9;
|
opacity: 0.6;
|
||||||
z-index: 1488;
|
z-index: 1488;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 16px;
|
bottom: 16px;
|
||||||
left: 16px;
|
left: 32px;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
@ -149,7 +151,7 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
opacity: 0.5;
|
opacity: 0.6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.up {
|
.up {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue