[mirotalk] #240 - move participant dropdown menu inside msger-chat-item row

This commit is contained in:
Miroslav Pejic
2026-04-02 08:37:01 +02:00
parent 8ec6d686b5
commit 7368d2f43d
8 changed files with 37 additions and 33 deletions
+4 -2
View File
@@ -1208,13 +1208,14 @@ body {
.msger-private-chat-entry {
display: flex;
align-items: center;
gap: 8px;
min-width: 0;
position: relative;
}
.msger-private-chat-entry .msger-chat-item {
flex: 1;
cursor: pointer;
position: relative;
}
.msger-private-chat-entry .dropdown-menu-custom {
@@ -1228,6 +1229,7 @@ body {
height: 40px;
flex-shrink: 0;
overflow: visible;
margin-left: auto;
}
.msger-private-chat-entry .dropdown-toggle {
@@ -1238,7 +1240,7 @@ body {
height: 40px;
padding: 0;
border-radius: 12px;
background: var(--body-bg);
background: transparent;
}
.msger-private-chat-entry .msger-participant-dropdown-menu .app-dropdown-action {