Fix cropped context menus
Also, change color of message three dot menu.
This commit is contained in:
parent
14f54c8d35
commit
94f571b700
2 changed files with 16 additions and 6 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue