[mirotalksfu] - UI

هذا الالتزام موجود في:
Miroslav Pejic
2023-04-04 09:20:00 +02:00
الأصل f32e635a02
التزام b33b852c6f

عرض الملف

@@ -222,7 +222,7 @@ access to use this app.
<table class="settingsTable">
<tr id="lobbyButton" class="hidden">
<td>
<label for="switchLobby"><i class="fas fa-shield-halved"></i>&nbsp;Lobby</label>
<label for="switchLobby"><i class="fas fa-shield-halved"></i>&nbsp;&nbsp;Lobby</label>
</td>
<td class="form-check form-switch form-switch-md" style="margin-left: 10px">
<input id="switchLobby" class="form-check-input" type="checkbox" />
@@ -231,7 +231,7 @@ access to use this app.
<tr id="pitchBarButton">
<td>
<label for="switchPitchBar"
><i class="fas fa-microphone-lines"></i>&nbsp;Pitch bar</label
><i class="fas fa-microphone-lines"></i>&nbsp;&nbsp;Pitch bar</label
>
</td>
<td class="form-check form-switch form-switch-md" style="margin-left: 10px">
@@ -240,7 +240,7 @@ access to use this app.
</tr>
<tr id="soundsButton">
<td>
<label for="switchSounds"><i class="fas fa-music"></i>&nbsp;Sounds</label>
<label for="switchSounds"><i class="fas fa-music"></i>&nbsp;&nbsp;Sounds</label>
</td>
<td class="form-check form-switch form-switch-md" style="margin-left: 10px">
<input id="switchSounds" class="form-check-input" type="checkbox" checked />
@@ -248,7 +248,7 @@ access to use this app.
</tr>
<tr>
<td>
<label for="sessionTime"><i class="fas fa-clock"></i>&nbsp;Session time</label>
<label for="sessionTime"><i class="fas fa-clock"></i>&nbsp;&nbsp;Session time</label>
</td>
<td><label id="sessionTime">00:00:00</label></td>
</tr>
@@ -276,7 +276,7 @@ access to use this app.
</button>
<table class="settingsTable">
<tr>
<td><i style="color: red" class="fa-solid fa-circle"></i>&nbsp;REC time:</td>
<td><i style="color: red" class="fa-solid fa-circle"></i>&nbsp;&nbsp;REC time:</td>
<td id="recordingStatus">0s</td>
</tr>
</table>