drop AvatarOperations and use UserProfileDialog in Chat view

This commit is contained in:
10G Meow 2024-03-24 11:35:05 +02:00
parent 4ab899433b
commit e3df541592
8 changed files with 75 additions and 171 deletions

View file

@ -740,8 +740,7 @@ body {
}
}
.message-operations-strut,
.avatar-operations-strut {
.message-operations-strut {
position: relative;
height: 0px;
z-index: 10;
@ -757,16 +756,6 @@ body {
white-space: nowrap;
}
.avatar-operations {
position: absolute;
width: fit-content;
background-color: white;
height: 40px;
border-radius: 20px;
padding: 0px 20px;
box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15);
}
.send-options {
z-index: 11; // Above mic button
}