[mirotalksfu] - improve UI
هذا الالتزام موجود في:
@@ -872,6 +872,11 @@ th {
|
|||||||
background: #000000;
|
background: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Hide the default Bootstrap dropdown icon */
|
||||||
|
.dropdown-toggle::after {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
select {
|
select {
|
||||||
height: 40px;
|
height: 40px;
|
||||||
line-height: 40px;
|
line-height: 40px;
|
||||||
|
|||||||
@@ -3174,8 +3174,10 @@ function getParticipantsList(peers) {
|
|||||||
id="${socket.id}-chatDropDownMenu"
|
id="${socket.id}-chatDropDownMenu"
|
||||||
data-bs-toggle="dropdown"
|
data-bs-toggle="dropdown"
|
||||||
aria-expanded="false"
|
aria-expanded="false"
|
||||||
|
style="float: right"
|
||||||
>
|
>
|
||||||
<!-- <i class="fas fa-bars"></i> -->
|
<!-- <i class="fas fa-bars"></i> -->
|
||||||
|
<i class="fas fa-ellipsis-vertical"></i>
|
||||||
</button>
|
</button>
|
||||||
<ul class="dropdown-menu text-start" aria-labelledby="${socket.id}-chatDropDownMenu">
|
<ul class="dropdown-menu text-start" aria-labelledby="${socket.id}-chatDropDownMenu">
|
||||||
<li><button class="btn-sm ml5" id="sendAllButton" onclick="rc.selectFileToShare('${socket.id}', true)">${_PEER.sendFile} Share file to all</button></li>
|
<li><button class="btn-sm ml5" id="sendAllButton" onclick="rc.selectFileToShare('${socket.id}', true)">${_PEER.sendFile} Share file to all</button></li>
|
||||||
@@ -3242,8 +3244,10 @@ function getParticipantsList(peers) {
|
|||||||
id="${peer_id}-chatDropDownMenu"
|
id="${peer_id}-chatDropDownMenu"
|
||||||
data-bs-toggle="dropdown"
|
data-bs-toggle="dropdown"
|
||||||
aria-expanded="false"
|
aria-expanded="false"
|
||||||
|
style="float: right"
|
||||||
>
|
>
|
||||||
<!-- <i class="fas fa-bars"></i> -->
|
<!-- <i class="fas fa-bars"></i> -->
|
||||||
|
<i class="fas fa-ellipsis-vertical"></i>
|
||||||
</button>
|
</button>
|
||||||
<ul class="dropdown-menu text-start" aria-labelledby="${peer_id}-chatDropDownMenu">
|
<ul class="dropdown-menu text-start" aria-labelledby="${peer_id}-chatDropDownMenu">
|
||||||
<li><button class="btn-sm ml5" id='${peer_id}___shareFile' onclick="rc.selectFileToShare('${peer_id}', false)">${peer_sendFile} Share file</button></li>
|
<li><button class="btn-sm ml5" id='${peer_id}___shareFile' onclick="rc.selectFileToShare('${peer_id}', false)">${peer_sendFile} Share file</button></li>
|
||||||
@@ -3304,8 +3308,10 @@ function getParticipantsList(peers) {
|
|||||||
id="${peer_id}-chatDropDownMenu"
|
id="${peer_id}-chatDropDownMenu"
|
||||||
data-bs-toggle="dropdown"
|
data-bs-toggle="dropdown"
|
||||||
aria-expanded="false"
|
aria-expanded="false"
|
||||||
|
style="float: right"
|
||||||
>
|
>
|
||||||
<!-- <i class="fas fa-bars"></i> -->
|
<!-- <i class="fas fa-bars"></i> -->
|
||||||
|
<i class="fas fa-ellipsis-vertical"></i>
|
||||||
</button>
|
</button>
|
||||||
<ul class="dropdown-menu text-start" aria-labelledby="${peer_id}-chatDropDownMenu">
|
<ul class="dropdown-menu text-start" aria-labelledby="${peer_id}-chatDropDownMenu">
|
||||||
<li><button class="btn-sm ml5" id='${peer_id}___shareFile' onclick="rc.selectFileToShare('${peer_id}', false)">${peer_sendFile} Share file</button></li>
|
<li><button class="btn-sm ml5" id='${peer_id}___shareFile' onclick="rc.selectFileToShare('${peer_id}', false)">${peer_sendFile} Share file</button></li>
|
||||||
|
|||||||
المرجع في مشكلة جديدة
حظر مستخدم