First Upload of DEV_6
All checks were successful
Neutral/pipeline/head This commit looks good

This commit is contained in:
Raphix
2023-03-27 21:55:47 +02:00
parent 7daccf6690
commit 74c5342633
11 changed files with 852 additions and 10 deletions

View File

@ -299,7 +299,11 @@ body {
display: flex;
justify-content: start;
flex-direction: column;
gap: 1vw;
}
.sidebar:hover .middle{
gap: 0;
}
.sidebar:hover .middle {
@ -358,6 +362,8 @@ body {
-webkit-user-select: none; /* Chrome, Safari, Opéra depuis la version 15 */
-ms-user-select: none; /* Internet explorer depuis la version 10 et Edge */
user-select: none; /* Propriété standard */
margin-left: 2%;
text-align: center;
}
.username {
@ -398,9 +404,9 @@ body {
.sidebar-item {
transition: all 0.2s ease 0s;
padding: 5%;
margin-top: 5%;
margin-bottom: 5%;
padding: 10%;
width: 100%;
}
.sidebar-item:hover {
@ -408,7 +414,7 @@ body {
background-color: white;
color: black;
cursor: pointer;
}