[mirotalksfu] - fix typo

هذا الالتزام موجود في:
Miroslav Pejic
2023-04-03 19:25:56 +02:00
الأصل 65a39089e0
التزام 351dabedec
2 ملفات معدلة مع 25 إضافات و25 حذوفات

عرض الملف

@@ -290,6 +290,29 @@ body {
padding: 10px;
}
/*--------------------------------------------------------------
# Settings Table
--------------------------------------------------------------*/
.settingsTable {
width: 320px;
color: #fff;
table-layout: fixed;
border-collapse: collapse;
border-radius: 5px;
border-style: hidden;
box-shadow: 0 0 0 1px #666;
}
.settingsTable td,
th {
/* border: var(--border); */
text-align: left;
padding: 10px;
}
.settingsTable tr:nth-child(even) {
background-color: #2b2b2b;
}
/*--------------------------------------------------------------
# Style the tab
--------------------------------------------------------------*/
@@ -1004,29 +1027,6 @@ progress {
padding: 0;
}
/*--------------------------------------------------------------
# Table
--------------------------------------------------------------*/
table {
width: 320px;
color: #fff;
table-layout: fixed;
border-collapse: collapse;
border-radius: 5px;
border-style: hidden;
box-shadow: 0 0 0 1px #666;
}
table td,
th {
/* border: var(--border); */
text-align: left;
padding: 10px;
}
table tr:nth-child(even) {
background-color: #2b2b2b;
}
/*--------------------------------------------------------------
# Video exit, pin/Unpin btn
--------------------------------------------------------------*/

عرض الملف

@@ -219,7 +219,7 @@ access to use this app.
<i class="fas fa-lock"></i>
<p>Unlock room</p>
</button>
<table>
<table class="settingsTable">
<tr id="lobbyButton" class="hidden">
<td>
<label for="switchLobby"><i class="fas fa-shield-halved"></i>&nbsp;Lobby</label>
@@ -274,7 +274,7 @@ access to use this app.
<i class="far fa-play-circle"></i>
<p>Resume recording</p>
</button>
<table>
<table class="settingsTable">
<tr>
<td>🔴&nbsp;Recording time:</td>
<td id="recordingStatus">0s</td>