From 814be2e8fbd1ea6eac9f3163b86f4fab7946dff6 Mon Sep 17 00:00:00 2001 From: Kostya Date: Sat, 25 Nov 2023 23:12:39 +0300 Subject: [PATCH] fixed grid for profile --- luckydiamond/src/assets/css/global.css | 12 ++++++------ luckydiamond/src/pages/ProfilePage.vue | 9 +++++++++ 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/luckydiamond/src/assets/css/global.css b/luckydiamond/src/assets/css/global.css index a37986d..806eb53 100644 --- a/luckydiamond/src/assets/css/global.css +++ b/luckydiamond/src/assets/css/global.css @@ -47,12 +47,12 @@ body, html { grid-auto-flow: row; grid-template-areas: "menu header header header header header header" - "menu profile profile payments payments payments chat" - "menu profile profile payments payments payments chat" - "menu profile profile payments payments payments chat" - "menu profile profile payments payments payments chat" - "menu profile profile payments payments payments chat" - "menu profile profile payments payments payments chat"; + "menu profile profile profile profile profile chat" + "menu profile profile profile profile profile chat" + "menu profile profile profile profile profile chat" + "menu profile profile profile profile profile chat" + "menu profile profile profile profile profile chat" + "menu profile profile profile profile profile chat"; grid-gap: 10px; height: 100%; } diff --git a/luckydiamond/src/pages/ProfilePage.vue b/luckydiamond/src/pages/ProfilePage.vue index 4e6429d..8a6dc73 100644 --- a/luckydiamond/src/pages/ProfilePage.vue +++ b/luckydiamond/src/pages/ProfilePage.vue @@ -6,7 +6,16 @@ +
+
+
+
+
+ +
+
+