From 7682a79e1359694cfb4d764bdefbf565285adfbf Mon Sep 17 00:00:00 2001 From: vgaNAR6ta Date: Sat, 4 Jul 2026 19:40:07 +0200 Subject: [PATCH] =?UTF-8?q?edit:=20bug=20responsive=20n=C2=B03546987468465?= =?UTF-8?q?4=20voil=C3=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/EventContent.vue | 2 +- src/components/EventInfoPannel.vue | 6 +++--- src/style.css | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/EventContent.vue b/src/components/EventContent.vue index 74d712b..21be942 100644 --- a/src/components/EventContent.vue +++ b/src/components/EventContent.vue @@ -28,7 +28,7 @@ box-sizing: border-box; @media(min-width: 700px){ - max-height: 50vh; + max-height: 54vh; } @media(min-width: 1300px){ max-height: 46.5vh; diff --git a/src/components/EventInfoPannel.vue b/src/components/EventInfoPannel.vue index 90de6a8..ed55f3e 100644 --- a/src/components/EventInfoPannel.vue +++ b/src/components/EventInfoPannel.vue @@ -34,8 +34,8 @@ width: 250px; height: auto; max-height: 250px; - top: 222px; - left: 117px; + top: 161px; + left: 77px; padding-bottom: 3.33px; @@ -67,7 +67,7 @@ /*================ PC LARGE*/ @media(min-width:650px){ #eventPannel{ - left: 477px; + left: 333px; } } diff --git a/src/style.css b/src/style.css index 5eccf1b..9f5dab0 100644 --- a/src/style.css +++ b/src/style.css @@ -656,7 +656,7 @@ html, body{ overflow-y: scroll; @media(min-width: 700px){ - height: 50vh; + height: 60vh; } @media(min-width: 1300px){ height: 50vh;