chore: update profile modal to fit new baes modal
This commit is contained in:
parent
e7b69d7065
commit
05c351feee
1 changed files with 3 additions and 4 deletions
|
@ -114,16 +114,16 @@ function buttonEditProfile() {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
|
||||||
position: relative;
|
position: relative;
|
||||||
max-height: 60dvh;
|
max-height: 70dvh;
|
||||||
max-width: 60dvw;
|
max-width: 70dvw;
|
||||||
height: 30em;
|
height: 30em;
|
||||||
width: 40em;
|
width: 40em;
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
|
color: var(--text-color);
|
||||||
background-color: var(--chat-background-color);
|
background-color: var(--chat-background-color);
|
||||||
border-radius: var(--standard-radius);
|
|
||||||
|
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
|
@ -142,7 +142,6 @@ function buttonEditProfile() {
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
|
|
||||||
background-color: var(--primary-color);
|
background-color: var(--primary-color);
|
||||||
border-radius: var(--standard-radius) var(--standard-radius) 0 0; /* top left and top right */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#avatar {
|
#avatar {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue