Site
- Add responsive : - Lobby page - Fix bug profil/login/settings'
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
/* By: edbernar <edbernar@student.42angouleme. +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/08/20 11:23:41 by edbernar #+# #+# */
|
||||
/* Updated: 2024/09/29 13:28:28 by edbernar ### ########.fr */
|
||||
/* Updated: 2024/10/05 02:14:49 by edbernar ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@ -122,8 +122,8 @@ body {
|
||||
.gamePad .gamePadLeft {
|
||||
display: flex;
|
||||
position: absolute;
|
||||
left: 50px;
|
||||
bottom: 50px;
|
||||
left: 30px;
|
||||
bottom: 30px;
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
-ms-user-select: none;
|
||||
@ -135,8 +135,8 @@ body {
|
||||
display: flex;
|
||||
position: absolute;
|
||||
flex-direction: column;
|
||||
right: 50px;
|
||||
bottom: 50px;
|
||||
right: 30px;
|
||||
bottom: 30px;
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
-ms-user-select: none;
|
||||
@ -159,7 +159,7 @@ body {
|
||||
}
|
||||
|
||||
.gamePadLeft #padRight {
|
||||
margin-left: 50px;
|
||||
margin-left: 10px;
|
||||
transform: rotate(180deg);
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
@ -168,7 +168,7 @@ body {
|
||||
}
|
||||
|
||||
.gamePadRight #padTop {
|
||||
margin-bottom: 20px;
|
||||
margin-bottom: 10px;
|
||||
transform: rotate(90deg);
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
@ -252,4 +252,16 @@ body {
|
||||
color: white;
|
||||
text-align: center;
|
||||
margin-top: 50px;
|
||||
}
|
||||
|
||||
#newButtonVr {
|
||||
position: absolute;
|
||||
left: 10px;
|
||||
top: 55px;
|
||||
width: 152px;
|
||||
height: 40px;
|
||||
z-index: 900;
|
||||
padding: 0;
|
||||
color: white;
|
||||
background-color: rgba(0, 0, 0, 0.367);
|
||||
}
|
Reference in New Issue
Block a user