Merge branch 'main' of github.com:Kum1ta/PTME_Transcendence
This commit is contained in:
@ -239,7 +239,7 @@ body {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
#bar{
|
||||
.barSelection{
|
||||
margin: 25px;
|
||||
width: 250px;
|
||||
height: 250px;
|
||||
@ -247,11 +247,11 @@ body {
|
||||
transition: transform 0.3s ease;
|
||||
}
|
||||
|
||||
#bar:hover{
|
||||
.barSelection:hover{
|
||||
transform: scale(1.05);
|
||||
}
|
||||
|
||||
#goal{
|
||||
.goalSelection{
|
||||
margin: 25px;
|
||||
width: 250px;
|
||||
height: 250px;
|
||||
@ -259,7 +259,7 @@ body {
|
||||
transition: transform 0.3s ease;
|
||||
}
|
||||
|
||||
#goal:hover{
|
||||
.goalSelection:hover{
|
||||
transform: scale(1.05);
|
||||
}
|
||||
|
||||
|
@ -113,16 +113,20 @@
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#profil .scroll-match {
|
||||
#profil .history #scroll-match {
|
||||
overflow-y: auto;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
height: calc(100% - 60px);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
#profil .history {
|
||||
background-color: white;
|
||||
width: 48%;
|
||||
height: 42vh;
|
||||
padding: 20px;
|
||||
/* padding: 20px; */
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@ -132,6 +136,7 @@
|
||||
margin-top: 20px;
|
||||
background-color: #E74040;
|
||||
height: 110px;
|
||||
width: 90%;
|
||||
padding: 15px;
|
||||
padding-inline: 40px;
|
||||
transition: 0.3s ease;
|
||||
|
Reference in New Issue
Block a user