From 19c67d68d20548b6c294a633dea920b52350fbf1 Mon Sep 17 00:00:00 2001 From: Kostya Date: Tue, 5 Dec 2023 00:02:17 +0300 Subject: [PATCH] changed height for chat component in profilepage --- luckydiamond/src/assets/css/PagesStyles/profile.css | 4 ++++ luckydiamond/src/pages/ProfilePage.vue | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/luckydiamond/src/assets/css/PagesStyles/profile.css b/luckydiamond/src/assets/css/PagesStyles/profile.css index b3778c1..22e4b9b 100644 --- a/luckydiamond/src/assets/css/PagesStyles/profile.css +++ b/luckydiamond/src/assets/css/PagesStyles/profile.css @@ -1,3 +1,7 @@ +#chat-profile { + height: 95.6%; +} + .profile__content { width: 35%; margin-left: 3%; diff --git a/luckydiamond/src/pages/ProfilePage.vue b/luckydiamond/src/pages/ProfilePage.vue index c996e2b..8eba635 100644 --- a/luckydiamond/src/pages/ProfilePage.vue +++ b/luckydiamond/src/pages/ProfilePage.vue @@ -2,7 +2,7 @@
- +