From 05c351feee4a9cd20cc1cd7c519402c1e3e0f148 Mon Sep 17 00:00:00 2001 From: Temmie Date: Mon, 11 Aug 2025 02:25:20 +0200 Subject: [PATCH] chore: update profile modal to fit new baes modal --- components/Modal/ProfilePopup.vue | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/components/Modal/ProfilePopup.vue b/components/Modal/ProfilePopup.vue index b99a9ea..d04587e 100644 --- a/components/Modal/ProfilePopup.vue +++ b/components/Modal/ProfilePopup.vue @@ -114,16 +114,16 @@ function buttonEditProfile() { text-align: left; position: relative; - max-height: 60dvh; - max-width: 60dvw; + max-height: 70dvh; + max-width: 70dvw; height: 30em; width: 40em; display: flex; flex-direction: column; + color: var(--text-color); background-color: var(--chat-background-color); - border-radius: var(--standard-radius); overflow-y: scroll; } @@ -142,7 +142,6 @@ function buttonEditProfile() { z-index: 0; background-color: var(--primary-color); - border-radius: var(--standard-radius) var(--standard-radius) 0 0; /* top left and top right */ } #avatar {