From 8c74c052e492361964424e1b1f0f8fe50038e8bb Mon Sep 17 00:00:00 2001 From: vgaNAR6ta Date: Mon, 9 Mar 2026 05:30:18 +0100 Subject: [PATCH] =?UTF-8?q?edit:=20minor=20bug=20fix=20sur=20about=20panne?= =?UTF-8?q?l,=20probl=C3=A8me=20de=20hauteur=20de=20la=20barre=20de=20titr?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/AboutPannel.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/components/AboutPannel.vue b/src/components/AboutPannel.vue index 2f731cb..db6cb48 100644 --- a/src/components/AboutPannel.vue +++ b/src/components/AboutPannel.vue @@ -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%; } }