[call-me] - change buttons order

This commit is contained in:
Miroslav Pejic
2025-09-11 17:21:15 +02:00
parent 4a2ab0a47d
commit 0fcc52cd65
3 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "call-me",
"version": "1.2.65",
"version": "1.2.66",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "call-me",
"version": "1.2.65",
"version": "1.2.66",
"license": "AGPLv3",
"dependencies": {
"@ngrok/ngrok": "1.5.2",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "call-me",
"version": "1.2.65",
"version": "1.2.66",
"description": "Your Go-To for Instant Video Calls",
"author": "Miroslav Pejic - miroslav.pejic.85@gmail.com",
"license": "AGPLv3",
+10 -10
View File
@@ -165,16 +165,6 @@
>
<i class="fas fa-desktop"></i>
</button>
<!-- Button to leave the call -->
<button
id="leaveBtn"
class="btn btn-custom btn-danger btn-m"
data-toggle="tooltip"
data-placement="top"
title="Leave"
>
<i class="fas fa-door-open"></i>
</button>
<!-- Toggle user sidebar button -->
<button
id="sidebarBtn"
@@ -185,6 +175,16 @@
>
<i class="fas fa-users"></i>
</button>
<!-- Button to leave the call -->
<button
id="leaveBtn"
class="btn btn-custom btn-danger btn-m"
data-toggle="tooltip"
data-placement="top"
title="Leave"
>
<i class="fas fa-door-open"></i>
</button>
</div>
</div>
</div>