Fix cropped context menus

Also, change color of message three dot menu.
This commit is contained in:
N-Pex 2023-10-25 15:08:23 +02:00
parent 14f54c8d35
commit 94f571b700
2 changed files with 16 additions and 6 deletions

View file

@ -350,9 +350,9 @@ body {
display: inline-block;
vertical-align: top !important;
.v-icon {
color: #eeeeee;
color: #595959;
&:hover {
color: #888888;
color: #000000;
}
}
}
@ -754,6 +754,7 @@ body {
height: 34px;
border-radius: 22px;
box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15);
white-space: nowrap;
}
.avatar-operations {