[mirotalksfu] - fix typo

هذا الالتزام موجود في:
Miroslav Pejic
2023-08-26 15:27:51 +02:00
الأصل 15c718f253
التزام 0d7413731f
2 ملفات معدلة مع 14 إضافات و7 حذوفات

عرض الملف

@@ -324,6 +324,7 @@ body {
.title { .title {
display: inline-flex; display: inline-flex;
align-items: center;
text-align: left; text-align: left;
color: white; color: white;
} }
@@ -352,7 +353,7 @@ th {
border-radius: 5px; border-radius: 5px;
} }
.custom-width { .custom-width {
width: 160px; width: 130px;
} }
/*-------------------------------------------------------------- /*--------------------------------------------------------------

عرض الملف

@@ -210,8 +210,10 @@ access to use this app.
<p>Lobby</p> <p>Lobby</p>
</div> </div>
</td> </td>
<td class="form-check form-switch form-switch-md" style="margin-left: 10px"> <td>
<input id="switchLobby" class="form-check-input" type="checkbox" /> <div class="form-check form-switch form-switch-md title">
<input id="switchLobby" class="form-check-input" type="checkbox" />
</div>
</td> </td>
</tr> </tr>
<tr id="pitchBarButton"> <tr id="pitchBarButton">
@@ -221,8 +223,10 @@ access to use this app.
<p>Pitch bar</p> <p>Pitch bar</p>
</div> </div>
</td> </td>
<td class="form-check form-switch form-switch-md" style="margin-left: 10px"> <td>
<input id="switchPitchBar" class="form-check-input" type="checkbox" checked /> <div class="form-check form-switch form-switch-md">
<input id="switchPitchBar" class="form-check-input" type="checkbox" checked />
</div>
</td> </td>
</tr> </tr>
<tr id="soundsButton"> <tr id="soundsButton">
@@ -232,8 +236,10 @@ access to use this app.
<p>Sounds</p> <p>Sounds</p>
</div> </div>
</td> </td>
<td class="form-check form-switch form-switch-md" style="margin-left: 10px"> <td>
<input id="switchSounds" class="form-check-input" type="checkbox" checked /> <div class="form-check form-switch form-switch-md">
<input id="switchSounds" class="form-check-input" type="checkbox" checked />
</div>
</td> </td>
</tr> </tr>
</table> </table>