[mirotalksfu] - improve UI

هذا الالتزام موجود في:
Miroslav Pejic
2024-01-31 14:56:50 +01:00
الأصل 70c3542fdf
التزام e0a7dca8e5
2 ملفات معدلة مع 11 إضافات و0 حذوفات

عرض الملف

@@ -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>