edit: minor bug fix sur about pannel, problème de hauteur de la barre de titre
This commit is contained in:
@@ -62,8 +62,11 @@
|
||||
background-color: var(--dark-color);
|
||||
position:absolute;
|
||||
cursor:grab;
|
||||
|
||||
}
|
||||
#aboutPannel .windowTitle{
|
||||
height: 42px;
|
||||
}
|
||||
|
||||
#about_text{
|
||||
position:relative;
|
||||
padding: 10px;
|
||||
@@ -81,7 +84,7 @@
|
||||
@media(min-width:800px){
|
||||
#aboutPannel{
|
||||
width: 333px;
|
||||
height: 60%;
|
||||
height: 66.6%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user