edit: minor bug fix sur about pannel, problème de hauteur de la barre de titre

This commit is contained in:
2026-03-09 05:30:18 +01:00
parent 3bccfbb3e4
commit 8c74c052e4
+5 -2
View File
@@ -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%;
}
}