From 440e6e5789efe5342939a4724bdc46408d09d934 Mon Sep 17 00:00:00 2001 From: Professional Date: Fri, 23 May 2025 15:23:58 +0700 Subject: [PATCH] =?UTF-8?q?=D1=80=D0=B0=D1=81=D1=82=D1=8F=D0=B6=D0=BA?= =?UTF-8?q?=D0=B0=20=D0=B3=D1=80=D0=B0=D0=B4=D0=B8=D0=B5=D0=BD=D1=82=D0=BD?= =?UTF-8?q?=D0=BE=D0=B3=D0=BE=20=D1=84=D0=BE=D0=BD=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ProfileView.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/views/ProfileView.vue b/src/views/ProfileView.vue index f7ebfcc..135cfe4 100644 --- a/src/views/ProfileView.vue +++ b/src/views/ProfileView.vue @@ -954,12 +954,17 @@ onMounted(async () => { min-height: 100vh; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; + margin: 0; + padding: 0; + width: 100%; + overflow-x: hidden; } .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; + width: 100%; } /* Header Section */ @@ -969,6 +974,8 @@ onMounted(async () => { border-bottom: 1px solid rgba(255, 255, 255, 0.2); padding: 2rem 0; color: white; + width: 100%; + margin: 0; } .header-content {