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);
|
background-color: var(--dark-color);
|
||||||
position:absolute;
|
position:absolute;
|
||||||
cursor:grab;
|
cursor:grab;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
#aboutPannel .windowTitle{
|
||||||
|
height: 42px;
|
||||||
|
}
|
||||||
|
|
||||||
#about_text{
|
#about_text{
|
||||||
position:relative;
|
position:relative;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
@@ -81,7 +84,7 @@
|
|||||||
@media(min-width:800px){
|
@media(min-width:800px){
|
||||||
#aboutPannel{
|
#aboutPannel{
|
||||||
width: 333px;
|
width: 333px;
|
||||||
height: 60%;
|
height: 66.6%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user