chore: update profile modal to fit new baes modal

This commit is contained in:
Twig 2025-08-11 02:25:20 +02:00
parent e7b69d7065
commit 05c351feee
Signed by: twig
SSH key fingerprint: SHA256:nBO+OwpTkd8LYhe38PIqdxmDvkIg9Vw2EbrRZM97dkU

View file

@ -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 {