diff --git a/luckydiamond/src/assets/css/global.css b/luckydiamond/src/assets/css/global.css index 91808a1..a37986d 100644 --- a/luckydiamond/src/assets/css/global.css +++ b/luckydiamond/src/assets/css/global.css @@ -124,6 +124,7 @@ body, html { .profile { grid-area: profile; height: 100%; + width: 100%; background: #fff; } diff --git a/luckydiamond/src/pages/ProfilePage.vue b/luckydiamond/src/pages/ProfilePage.vue index 8662b41..4e6429d 100644 --- a/luckydiamond/src/pages/ProfilePage.vue +++ b/luckydiamond/src/pages/ProfilePage.vue @@ -6,13 +6,7 @@ -
-
- -
- -
@@ -20,6 +14,7 @@ import AsideBarComponent from "@/components/AsidebarComponent.vue"; import ChatComponent from "@/components/ChatComponent.vue"; import HeaderComponent from "@/components/HeaderComponent.vue"; +import '@/assets/css/PagesStyles/profile.css' export default { components: { HeaderComponent, AsideBarComponent, ChatComponent }